Dropdownlist in datatable

Dropdownlist in datatable

harhuharhu 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

Answers

  • allanallan Posts: 63,815Questions: 1Answers: 10,517 Site admin
    Answer ✓

    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

  • harhuharhu Posts: 2Questions: 1Answers: 0

    thks allan :smile:

This discussion has been closed.