Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 403 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 403 Bytes

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