UI Widgets in DataTables Cells

UI Widgets in DataTables Cells

thaneshkadithaneshkadi Posts: 5Questions: 0Answers: 0
edited January 2010 in General
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

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Can't show you specifically that since I don't have an example of it, but these two examples will help with the event handlers:

    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
This discussion has been closed.