Zizzamia / ng-tasty

A tasty collection of reusable UI components for Angular, like grandma used to make. Like Table directive, WebSocket / Debounce / Throttle service, Range / Camelize / Slugify filters
MIT License
434 stars 64 forks source link

add custom filters #126

Open ragsnas opened 9 years ago

ragsnas commented 9 years ago

Hi,

i would like to add the option to use specific filters for certain types (Integers, date ranges, enums). A user should be able to filter those with specific filter elements (select box, multi selectbox, daterange picker etc.tt.) in the table view.

Is there already a "best practise" to do this? How should i tackle this so it could be reuseable? Any Ideas?

Zizzamia commented 9 years ago

Good question @ragsnas, Let's walk on this question step by step, show he some code JS / HTML you already wrote and let's make it better together.