ekokotov / object-table

Angular directive to easy create dynamic tables from source or URL with sorting, filtering and pagination. Smart templates and good perfomance
BSD 3-Clause "New" or "Revised" License
171 stars 52 forks source link

Types of filters. #3

Open ildefonso opened 9 years ago

ildefonso commented 9 years ago

It would great, to have a type of filter param.

Strings, date ranges, numeric.

In case of Strings, the search by string typed.

In date ranges, a datepicker.

In numeric, a slider with max and min.

ekokotov commented 9 years ago

good idea. Will try to implement after 'server pagination'. thanks.