Dynamically build column header and mdata from sajaxSource

Dynamically build column header and mdata from sajaxSource

thanigachalamthanigachalam Posts: 1Questions: 0Answers: 0
edited April 2014 in DataTables 1.10
How to Dynamically build the column header and mdata from sajaxSource. Based on the sajaxSource, no of columns, column names, hidden and visible column gets changed.

Replies

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    Currently you need to make the Ajax call to get the table information yourself and then initialise DataTables with it.

    Allan
This discussion has been closed.