Skip to content

tobeatiger/vuejs-pagination-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuejs-pagination-grid

Extends the sample demo-grid to support pagination

Usage

<demo-grid :data="gridData" :columns="gridColumns" :pagination="true" :rowCountPerPage="10" :filter-key="searchQuery"> </demo-grid>

  • pagination: true | false, to turn on/off pagination feature
  • rowCountPerPage: Optional(default 10), how many records to display per page

About

extends the sample demo-grid to support pagination

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published