amschaal / glims

3 stars 0 forks source link

Multi select in timetracker #52

Open amschaal opened 6 years ago

amschaal commented 6 years ago

Make it possible to select different billing statuses, categories, etc. Simlar to: https://github.com/amschaal/django-ezreg/issues/13

amschaal commented 6 years ago

Here is the issue with supporting multi select with client side filtering: https://github.com/esvit/ng-table/issues/875

Basically, it needs a custom filter for multiple values, but you cannot make a custom filter for only one field.