Posts

Showing posts from April, 2022

Mat-Table, HTML Table, AND/OR Logic Filter, Angular Table Filter

Image
  AND/OR Logic Table Filter This blog will give the complete details on using AoL filter which is created for filtering data based on multiple conditions. AND/OR Logic Table Filter is a modernised version of the HTML Table Filter generator javascript plugin. This library adds to any HTML table a "filter by column", "filter by value", "filter by date" feature that enables users to filter and limit the data displayed within the long table.  This filter doesn't display table, it will only gives a button or icon based on your requirement and it is user friendly. The add on feature in this package is you can filter value by date range and the complete filter is designed in such a way that it adopts CSS styles provided in configuration. Filter For You can use aot-filter to filter complete table data by column value, Filter will display each column header followed by value, by date range. Getting started Using the aol-filter with Bootstrap Table You can cre...