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
796 stars 271 forks source link

How to Group Rows Using Editablegrid #17

Closed andreazees closed 11 years ago

andreazees commented 12 years ago

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.