How to set column type as Dropdown??
How to set column type as Dropdown??
davidlerma87
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!
This discussion has been closed.
Answers
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 usecolumns.render
to create one.Allan