apply a dropdown to every specific cell
apply a dropdown to every specific cell
calavero
Posts: 5Questions: 3Answers: 0
Link to test case: http://live.datatables.net/fakenaya/2/edit?html,css,js,output
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: hi, somehow i implemented a dropdown click on a single cell however i want to add it to every row on specific column. How can i do that? Thank you.
This question has an accepted answers - jump to answer
Answers
The best way to do that would be use to
columns.render
, or possiblycreatedRow
,Colin