How to set column type as Dropdown??

How to set column type as Dropdown??

davidlerma87davidlerma87 Posts: 1Questions: 1Answers: 0

What are the ways to set a column as dropdown type?? do i have to use a template style? which one is the property?

Thanks!

Answers

  • allanallan Posts: 61,864Questions: 1Answers: 10,136 Site admin

    What are the ways to set a column as dropdown type??

    There is no dropdown column type in DataTables. If you want to show a select element in a column either include that in your data source for the table or use columns.render to create one.

    Allan

This discussion has been closed.