Yadcf is a datatable column filter jQuery plugin that allows the user to easily add filter components to table columns, this plugin works on top of the DataTables jQuery plugin.
Yadcf - Features:
- Support DataTables
- Support all data source: DOM, Javascript, Ajax and server-side processing
- Various filter options - 9 different types:
- select input
- multiple selection input
- text input
- autocomplete input
- date input
- range of numbers
- range of numbers with slider widget
- range of dates
- custom function
- Parsing various types of columns:
- plain text
- plain text with delimiter
- one or more HTML elements with the ability to extract text / value / id from each HTML element
- Multiple tables support
- CSS support:
- each filter element has got a css style class , so its style can be easily overridden
- Reset button for filter:
- next to each filter a reset button will appear (this button allows the user to reset the filter)
- Filter in use visual notification:
- when a certain filter is being used it will be highlighted (the color of highlight can easily be changed with css)
Please login to continue.