Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit 9e6e456

Browse files
authored
Merge pull request #304 from Hypercubed/feature/footer-count
Feature/footer count
2 parents ffd902c + 0d7719e commit 9e6e456

5 files changed

Lines changed: 1926 additions & 1900 deletions

File tree

demos/paging.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
columnMode: 'force',
7474
paging: {
7575
externalPaging: true,
76-
size: 10
76+
size: 10,
77+
countText: (count) => `${count} records`
7778
}
7879
};
7980

0 commit comments

Comments
 (0)