Submit your widget

jQuery nice Filterable plugin

Created 10 years ago   Views 10418   downloads 2267    Author lightswitch05
jQuery nice Filterable plugin
View DemoDownload
36
Share |

Bootstrap and X-editable themed jQuery plugin that preforms per-column filtering for an HTML table.

Options

 

  • ignoreColumns
    • Column indexes to not make filterable
    • Type: Array
    • Default: []
  • onlyColumns
    • Column indexes to make filterable, all other columns are left non-filterable.
    • This takes presidence over ignoreColumns when both are provided.
    • Type: Array
    • Default: null - all columns
  • prependWild
    • If a wild card should be added to the start of all filter input
    • Type: Boolean
    • Default: true
  • appendWild
    • If a wild card should be added to the end of all filter input
    • Type: Boolean
    • Default: true
  • ignoreCase
    • If case should be ignored
    • Type: Boolean
    • Default: true

Read more:http://lightswitch05.github.io/filterable/

Tag: table