webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

Grid features #168

Open ghost opened 7 years ago

ghost commented 7 years ago

I am analyzing this control to use in my application. Is it possible that within thead i can have multiple tr elements (7-8) and the sorting and paging will work. Also, can these header values changed every time the grid is loaded?

MSIH commented 7 years ago

Header values are based on the metadata array. I have not tested but should be able to change value in array and table header change next time grid is loaded or refreshed.