No content yet
No content yet
nskwortsow
Posts: 120Questions: 0Answers: 0
Hi,
In my datatables, I am showing data based on a join. An outer join (i.e. even if there is no matching record in the child table, the row should still show, with an empty value in the cell.
However, I get the following alert:
#
DataTables warning (table id = 'tblPatients'): Requested unknown parameter 'tblPatientTests.PName' from the data source for row 0
#
Is there a way to override (silence) this error? Because in some cases, there will be data, in some cases, there won't...
/Thanks
In my datatables, I am showing data based on a join. An outer join (i.e. even if there is no matching record in the child table, the row should still show, with an empty value in the cell.
However, I get the following alert:
#
DataTables warning (table id = 'tblPatients'): Requested unknown parameter 'tblPatientTests.PName' from the data source for row 0
#
Is there a way to override (silence) this error? Because in some cases, there will be data, in some cases, there won't...
/Thanks
This discussion has been closed.
Replies
Allan