Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.11 KB

vue2-datatable-component

npm version npm download build

The best Datatable for Vue.js 2.x which never sucks
npm i -S vue2-datatable-component

Documentation | Online examples

added functionality:

  • polish locale
  • ability to add class to row
  • option to hide page size select and set it default to hidden
  • rowspan (necessary to use tdDisplayCondition function for column to hide unnecessary td)
  • ability to display pagination on top of the table
  • conditionally rendered total number of rows (prop RenderTotalRowsNumber)

TODO

  • documentation on how to use above functionalities