Initialization from HTML table
A table can be converted to the grid by dhtmlXGridFromTable command:
Column 1 | Column 2 |
value 11 | value 12 |
value 21 | value 22 |
value 31 | value 32 |
value 41 | value 42 |
value 51 | value 52 |
Automatic initialization.
Initialize automatically from table the class attribute of which is set to "dhtmlxGrid"
The initialization by a CSS class will work only for those tables that were on page at the moment of loading.
Column 1 | Column 2 |
value 11 | value 12 |
value 21 | value 22 |
value 31 | value 32 |
value 41 | value 42 |
value 51 | value 52 |