Is there a way to conditionally show the pagination control based on TotalRecord > PageSize?
Currently the pagination control always shows regardless of how many records there are, we would like to hide this control if it's not necessary. Example below, since there's only one record, the pagination would not show. But for other records where data is more than the page size, then it should show.