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.
I am trying to do grouping of row based on one column. Say if i have a table with 5 columns (address, city, state, country, pincode) and i want to group all the rows which has the same state in tree like view.
can you please suggest an idea to implement the same using your plugin.
I am new to github so dont know where to post the query so placing it under issue. sorry for that.
Hi
I am trying to do grouping of row based on one column. Say if i have a table with 5 columns (address, city, state, country, pincode) and i want to group all the rows which has the same state in tree like view.
can you please suggest an idea to implement the same using your plugin.
I am new to github so dont know where to post the query so placing it under issue. sorry for that.
Thanks.