Hierarchical DataTable
Hierarchical DataTable
MadhuSudhan
Posts: 4Questions: 2Answers: 0
Hi All,
I have two categories to be shown in a single grid. I want to display a data of categories and then be able to 'drill down' into a row by clicking on + button. On clicking a + button, nested rows of Profiles should appear for the Category. Is this possible using DataTables? In simple words can I created Hierarchical Grid using DataTables. If possible please let me know how to implement. I am completely new to Jquey and DataTables.
Thank you in Advance,
Madhu
I have two categories to be shown in a single grid. I want to display a data of categories and then be able to 'drill down' into a row by clicking on + button. On clicking a + button, nested rows of Profiles should appear for the Category. Is this possible using DataTables? In simple words can I created Hierarchical Grid using DataTables. If possible please let me know how to implement. I am completely new to Jquey and DataTables.
Thank you in Advance,
Madhu
This discussion has been closed.
Replies
You'll have to have rows open/close and put whatever data you want in them.
you can also retrieve the data from server or something alike.
Regards
Madhu
Second check http://datatables.net/api
it has most of what you need there.
In particular :
fnClose - fnIsClose();
fnOpen - fnIsOpen();
And
http://datatables.net/usage/callbacks