This project is deprecated. Use DevExtreme Vue instead.

DxCustomPaging Plugin Reference

A plugin that allows implementing a custom totalCount calculation logic.

Import

Use the following statement to import the plugin:

import { DxCustomPaging } from '@devexpress/dx-vue-grid';

User Reference

Dependencies

Properties

Name Type Default Description
totalCount? number 0 The total row count.

Plugin Developer Reference

Imports

none

Exports

Name Plugin Type Description
totalCount Getter number The total row count.