zeroRecords not working

zeroRecords not working

navet1ssnavet1ss Posts: 3Questions: 0Answers: 0

I'm using serverside to access an mssql database. Through filtering I sometimes get no records returned.

{draw: "3", recordsTotal: "273", recordsFiltered: "0"}

The datatable [v1.10.12] does not display any messages. It just show's "Processing... I have the language options set but it makes no difference.

language: {
infoEmpty: "No records available",
zeroRecords: "No matching records found."
}

Am I missing something?

Replies

  • navet1ssnavet1ss Posts: 3Questions: 0Answers: 0

    Never mind. Found the problem 2 seconds after submitting this post.

This discussion has been closed.