You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* @default true
* Turn off pagination count total queries. itemCount, totalItems, itemsPerPage and totalPages will be undefined
*/
countQueries?: boolean;
The comment is wrong about itemCount and itemsPerPage. Here is an example of what we can have:
In IPaginationOptions:
The comment is wrong about
itemCount
anditemsPerPage
. Here is an example of what we can have:The text was updated successfully, but these errors were encountered: