Syntax Code Help : Adding of Column in datatables

Syntax Code Help : Adding of Column in datatables

SrikkanthSrikkanth Posts: 1Questions: 1Answers: 0

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

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    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

This discussion has been closed.