Any one help me ?

Any one help me ?

keeykeey Posts: 1Questions: 0Answers: 0
edited June 2012 in DataTables 1.9
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!

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    edited June 2012
    You've got:

    [code]
    aoColumn
    [/code]

    in your code. It should be:

    [code]
    aoColumns
    [/code]

    http://datatables.net/usage/columns

    Allan
This discussion has been closed.