Requested unknown parameter '1' from the data source for row 0

Requested unknown parameter '1' from the data source for row 0

adistefanoadistefano Posts: 2Questions: 0Answers: 0
edited November 2013 in DataTables 1.9
Hi Alan,

I checked, and the number of columns defined are equal to the number of colums in the array.

here the debug link http://debug.datatables.net/utacok

Replies

  • adistefanoadistefano Posts: 2Questions: 0Answers: 0
    Alan,

    This error seems to now in all pages where I use DataTables for CRUD with Editor after upgrading from version 1.9.1 to 1.9.4.

    With the previous version it worked great.

    Any clues?
  • allanallan Posts: 63,381Questions: 1Answers: 10,449 Site admin
    > "mDataProp": null

    Try:

    [code]
    "mData": null
    [/code]

    for 1.9.4. There is an edge case in 1.9.4 where the backwards compatibility doesn't work if mDataProp is given as null.

    I don't actually have a record of your Editor licence. Could you confirm for me which account you purchased the license under so I can assign it correctly?

    Allan
This discussion has been closed.