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 6d08e71 commit 9116039Copy full SHA for 9116039
docs/drip-table/props/on-change.md
@@ -93,7 +93,7 @@ const Demo = () => {
93
driver={DripTableDriverAntDesign}
94
schema={schema}
95
dataSource={dataSource}
96
- onChange={(pagination, filters) => {
+ onChange={({ pagination, filters }) => {
97
message.info(`过滤器:${JSON.stringify(filters)},分页器:current = ${pagination.current}, pageSize = ${pagination.pageSize}。`);
98
console.log('onChange', pagination, filters);
99
}}
0 commit comments