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
but it's missing the page and pageCount properties.
Screenshot of the actual event object when logged in the console:
Expected behavior
The interface should include the aforementioned properties as well.
The text was updated successfully, but these errors were encountered:
mertsincan
changed the title
DataTablePageParams TypeScript interface improvement
PageParams TypeScript interface improvement on DataTable, TreeTable and DataView
Jun 10, 2021
I'm submitting a ...
Current behavior
The
DataTablePageParams
interface used in the DataTable'shandlePaginationChange
method is currently defined as:but it's missing the
page
andpageCount
properties.Screenshot of the actual event object when logged in the console:
![](https://user-images.githubusercontent.com/10324469/119989398-6c38f000-bfc7-11eb-8f5c-13b75e17bd2f.png)
Expected behavior
The interface should include the aforementioned properties as well.
The text was updated successfully, but these errors were encountered: