Trying multicolumn server side at automatic row generate

Trying multicolumn server side at automatic row generate

jellycoffeejellycoffee Posts: 1Questions: 1Answers: 0

https://jsfiddle.net/jellycoffee/p9m3fkzn/1/
There are link html and js I am using server side join $columns start from 1, 0 for generate automatic row number
https://datatables.net/examples/api/counter_columns.html
DataTables warning: table id=table-show - Requested unknown parameter '0' for row 0, column 0. For more information about this error, please see http://datatables.net/tn/4
The problem I can't search in 0 or order datatable only. whats wrong?

Answers

  • kthorngrenkthorngren Posts: 21,172Questions: 26Answers: 4,923

    Did you follow the troubleshooting steps in the link provided?
    http://datatables.net/tn/4

    Basically that means the JSON response is not structured as Datatables expects. What is the JSON response you find using the troubleshooting steps?

    Kevin

This discussion has been closed.