UI Widgets in DataTables Cells
UI Widgets in DataTables Cells
thaneshkadi
Posts: 5Questions: 0Answers: 0
Hi
I am trying to add a drop-down (UI widget plugin) component in all cells of a column . Can some one point me out or help me in getting some example to do this. I am having two columns in a table. say First name and Gender so in the gender column i want drop down component.
Thanks
Kumar
I am trying to add a drop-down (UI widget plugin) component in all cells of a column . Can some one point me out or help me in getting some example to do this. I am having two columns in a table. say First name and Gender so in the gender column i want drop down component.
Thanks
Kumar
This discussion has been closed.
Replies
http://datatables.net/examples/advanced_init/events_pre_init.html
http://datatables.net/examples/advanced_init/events_post_init.html
Should be fairly easy to do beyond that. Just whatever is needed for the drop down on a normal table.
Allan