Doing grid structure : server side vs client side ?

Readed today this : docs.dhtmlx.com/doku.php?id=dhtm … _on_server . What are plus/minus advantages of server side grid construction versus javascript code in clinet side ?

With best regards !

The main advantage of javascript client-side config that server-side grid config is incompatible with dynamic loading of grid.

Thanks for the answer ! I begin to think, that maybe php server-side contrusction can be more speedy than client side . But … dinamics load advantage is very needfull … :slight_smile:

the performance of server-side and client-side init is approximately the same, but client side init is more powerfull as not all API methods can be applied using the server-side.