Skip to content

BJMDesign/datatables-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataTables Tools

A collection of functions that I have found useful with DataTables. Provides the following (largely undocumented) features:

  • A simple init function $.fn.initDataTables that provides common initialisation, including:
    • A simple data-API to augment the dataTables options using an data-table-init attribute
    • Support for jQueryUI and (untested) Bootstrap styling
    • Automatic creation of a <thead> element if required
    • Support for hidden columns using a th.hiddenColumn class
    • Support for column filtering using the options or a table.columnFiltering class
    • Support for selectable rows using the options or a table.selectableRows class
  • $.fn.dataTableColumnFiltering provides column-based filters
  • $.fn.dataTableSelectable provides selectable rows

About

A set of tools for DataTables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%