0.0.2 • Published 7 years ago

vanilla-datatables-filterable v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

filterable

npm version license npm.io npm.io

A Vanilla-DataTables extension that adds inputs to each column for filtering.

NOTE: This extension is only compatable with v2.0.0 and above of Vanilla-DataTables.

DEMO


Install

Bower

bower install vanilla-datatables-filterable --save

npm

npm install vanilla-datatables-filterable --save

Browser

Grab the files from one of the CDNs and include them in your page:

<link href="https://unpkg.com/vanilla-datatables-filterable@latest/datatable.filterable.min.css" rel="stylesheet" type="text/css">
<script src="https://unpkg.com/vanilla-datatables-filterable@latest/datatable.filterable.min.js" type="text/javascript"></script>

//or

<link href="https://cdn.jsdelivr.net/npm/vanilla-datatables-filterable@latest/datatable.filterable.min.css" rel="stylesheet" type="text/css">
<script src="https://cdn.jsdelivr.net/npm/vanilla-datatables-filterable@latest/datatable.filterable.min.js" type="text/javascript"></script>

You can replace latest with the required release number.

NOTE: Make sure the above js file is included AFTER the main Vanilla-DataTables js file.


Options


Public Methods


Changelog

v0.0.2

  • Initial commit.

Copyright © 2017 Karl Saunders | MIT license