How to add new row with cell which contain "data-filter" attribute

How to add new row with cell which contain "data-filter" attribute

DimetriusDimetrius Posts: 7Questions: 2Answers: 0

Hi,

I add new row this way
myTable.rows.add([{"0":"field one","1":"field two"}]).draw().sort();

How can I add attribute "data-filter" for last cell?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.