How do I pass the total number of records to the datatable

How do I pass the total number of records to the datatable

prashdeeplprashdeepl Posts: 5Questions: 2Answers: 0

I have the server returning the total count of records, I need to display the same in the datatable. How can I pass the total number of records to the data table? I saw a function called fnInfoMacros in datatables javascript files where we can set the _TOTAL property which gets reflected in the UI but how do I pass in in the value to that function. Please let me know how to get this implemented?

This discussion has been closed.