1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-01 13:32:40 +02:00

Updated TODO (markdown)

koalyptus 2015-10-05 16:51:31 +11:00
parent ca37474c7a
commit 86345fc090

@ -9,7 +9,7 @@
## Styling
- ~~Remove font-family definitions in themes to let font inherit from the web application/site~~
- ~~Fix box-sizing for a elements in toolbar~~
- Re-style popup filters with cleaner styles
- ~~Re-style popup filters with cleaner styles~~
- ~~Improve ``th`` styling in default theme~~
- ~~Investigate how to switch to a CSS pre-processing workflow with SASS or similar~~
@ -30,8 +30,9 @@
- Make the ``exact_match`` option applicable to filters on a per column basis instead of a global setting affecting all column filters: [issue #34](https://github.com/koalyptus/TableFilter/issues/34)
## Known limitations/bugs
- ~~Fix single filter search~~
- Clear button does not enable previously greyed out options when ``linked_filters`` is on
- ``None`` filter type for a column should not show pop-up filter indicator when ``popup_filters`` is on
- ~~Fix single filter search~~
- ~~Fix ezEditTable selected cell in grid-layout mode~~
- ~~Fix search yielding no results when pagination is on~~
- ~~Fix page selection via drop-down selector~~