How to set column type as Dropdown??
How to set column type as Dropdown??

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.
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
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