-
Notifications
You must be signed in to change notification settings - Fork 94
TODO
koalyptus edited this page Oct 24, 2015
·
51 revisions
Create a GitHub hosted project website with examples
- Allow TableFilter initialisation with a TABLE DOM element
- Refactor current persistence using localStorage or cookie
Renamefill_slc_on_demand
configuration optionload_filters_on_demand
Remove font-family definitions in themes to let font inherit from the web application/siteFix box-sizing for a elements in toolbarRe-style popup filters with cleaner stylesImproveth
styling in default themeInvestigate how to switch to a CSS pre-processing workflow with SASS or similar
- Reduce components coupling by using custom events
- Investigate and remove Webpack build warnings
Investigate how to move tests into Travis CI testing platform to perform tests on code pushes- Switch to Karma/Jasmine?
- Evaluate overhead of making it available on
npm
,bower
and alikes
Make theexact_match
option applicable to filters on a per column basis instead of a global setting affecting all column filters: issue #34
- Check the issues list out
Clear button does not enable previously greyed out options whenlinked_filters
is onNone
filter type for a column should not show pop-up filter indicator whenpopup_filters
is onFix single filter searchFix ezEditTable selected cell in grid-layout modeFix search yielding no results when pagination is onFix page selection via drop-down selectorFix integration withezEditTable
library (enter
key event hijacked by ezEditTable)Make therows_always_visible
option work when pagination is enabledFixgetTableData
andgetFilteredData
public methods whengrid_layout
is on
Add demos featuring the advancedGrid extension
Add an automatic documentation generator- Improve documentation