Datatables prints out a report of the number of records found in a statement like this under the table:
"Showing 1 to 10 of 12 entries"
This doesn't update if someone runs a new search in the datatables search box( at least not for me, I'm doing server side processing )
Is there an option for this?
If not, I'm guessing I could capture the even of the search box changing, but any idea how I would get the new number of entries found to update the "Showing blah blah blah" statement?
Thanks much in advance
Steve
"Showing 1 to 10 of 12 entries"
This doesn't update if someone runs a new search in the datatables search box( at least not for me, I'm doing server side processing )
Is there an option for this?
If not, I'm guessing I could capture the even of the search box changing, but any idea how I would get the new number of entries found to update the "Showing blah blah blah" statement?
Thanks much in advance
Steve