DataTables warning (table id = 'referrals'): Requested unknown parameter {mData function} from the d

DataTables warning (table id = 'referrals'): Requested unknown parameter {mData function} from the d

br8kpointbr8kpoint Posts: 1Questions: 0Answers: 0
edited May 2013 in DataTables 1.9
I am receiving a warning popup: DataTables warning (table id = 'referrals'): Requested unknown parameter {mData function} from the data source for row 0

After I dismiss the alert, the table renders as expected.

I do not know where the issue lies.

Here is the Datatables debugger: http://debug.datatables.net/akiqiy

Replies

  • allanallan Posts: 63,386Questions: 1Answers: 10,449 Site admin
    I think its your first mData (for column 0). It only returns something for type `display` . You need to require something valid for all request types.

    Allan
This discussion has been closed.