A plugin that allows implementing a custom totalCount calculation logic.
Use the following statement to import the plugin:
import { CustomPaging } from '@devexpress/dx-react-grid';
Name | Type | Default | Description |
---|---|---|---|
totalCount? | number | 0 | The total row count. |
none
Name | Plugin | Type | Description |
---|---|---|---|
totalCount | Getter | number | The total row count. |