We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acc204 commit 54e76beCopy full SHA for 54e76be
components/dash-table/src/dash-table/dash/DataTable.js
@@ -101,6 +101,7 @@ export const defaultProps = {
101
'columns.name',
102
'filter_query',
103
'hidden_columns',
104
+ 'page_current',
105
'selected_columns',
106
'selected_rows',
107
'sort_by'
@@ -1537,6 +1538,7 @@ export const propTypes = {
1537
1538
'data',
1539
1540
1541
1542
1543
1544
0 commit comments