diff --git a/components/table/index.md b/components/table/index.md index b0baad500ba4d4664bb258d8e9517a61a85af9f3..32b4850b04337dd0034a62d8c470113ce58557e9 100644 --- a/components/table/index.md +++ b/components/table/index.md @@ -48,7 +48,7 @@ var dataSource = new Table.DataSource({ resolve: function(result) { return result.data; }, - getPagination: function(result) {} + getPagination: function(result) {}, getParams: function(pagination, filters, sorter) {} });