I am trying to use the totalRecordsCount property of tables to display the total number of results on a search page, but it is always returning 0. Am I doing something wrong or is this a bug?
{{TABLE_books.totalRecordsCount}}
I am trying to use the totalRecordsCount property of tables to display the total number of results on a search page, but it is always returning 0. Am I doing something wrong or is this a bug?
{{TABLE_books.totalRecordsCount}}
Hey, trebuchet! I’ve confirmed this and raised GitHub issue #12525. You can track the issue as well as leave any comments there
Hey again @trebuchet! I seem to be incorrect and closed the issue. totalRecordsCount is a user-defined property in the properties pane of a table when you turn on server side pagination. Apologies for the confusion.
Ah, good to know! Thanks nonetheless.