Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 570 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 570 Bytes


capybara
capytable

Gives HTML tables awesome capabilities like column ordering, searching, and pagination.

The code was originally sourced from https://github.com/DataTables/DataTablesSrc.

Changes made:

  • most features/options dropped in order to get to a manageable starting point
  • Code modified to drop the jQuery dependency

Bear with me, I using this project to learn more about modern JavaScript.