Any one help me ?
Any one help me ?
keey
Posts: 1Questions: 0Answers: 0
Hi
I'm a new for DataTables. and i get the blow when i use it :
DataTables warning ... Requested unknown parameter
here is my debug code:http://debug.datatables.net/anupew
is there anybody can offer some help for me ?
thanks!
I'm a new for DataTables. and i get the blow when i use it :
DataTables warning ... Requested unknown parameter
here is my debug code:http://debug.datatables.net/anupew
is there anybody can offer some help for me ?
thanks!
This discussion has been closed.
Replies
[code]
aoColumn
[/code]
in your code. It should be:
[code]
aoColumns
[/code]
http://datatables.net/usage/columns
Allan