cloudflarearchive / backgrid

Finally, an easily stylable semantic HTML data grid widget with a Javascript API that doesn't suck.
http://backgridjs.com
MIT License
2.01k stars 325 forks source link

Supporting child rows #677

Open saicharan1794 opened 5 years ago

saicharan1794 commented 5 years ago

I am using backgrid js plugin in my application. I need to support child rows feature asap. Is there a way to create child rows.

My backgrid table has user id and some other details. Each user can have many entries. For each user i want to show his user id as main row and each entry associated with user id as a child row.

Thanks in advance!