Dropdownlist in datatable
Dropdownlist in datatable
harhu
Posts: 2Questions: 1Answers: 0
Hi,
Can we have a dropdownlist in datatable?
I want to knw if we can use the dropdown list so as reorder the rows instead of rowreorder element.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You would just include the
select
element like you would in any HTML table (i.e. include it in the original HTML, or the data if Ajax sourced).After for the row reordering aspect, you can certainly do that, but you would need to write the code for that yourself - RowReorder doesn't provide an option to work that way.
Allan
thks allan