Syntax Code Help : Adding of Column in datatables
Syntax Code Help : Adding of Column in datatables

Hello Team,
How can i write the syntax for adding the column in data table. Also how can i write the syntax for multiple options i want to be in my page. like copy function, data length function, search function, page option etc.
Thanks,
Srikanth B
This discussion has been closed.
Answers
You can't add a column, DataTables is initialised against the table in the DOM - so you would need to create that column first in the DOM. For the other options, I'd suggested looking at the examples, they'll get you going,
Colin