This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Compound Filters & Single/Multiselect Editors
Features
- feat(editor): add new Single & Multiselect Editors
- see Wiki - Select Editors and see a demo
- feat(gridState): add onGridStateServiceChanged Event Emitter
- see Wiki - Grid State Events for more info
- feat(filter): add new Input & Date Compond Filter
- see Wiki - Compound Filters for more info and see a demo
- feat(formatter): remove Formatter
inputNoPlaceholderand replaced with a new global grid optionsdefaultFilterPlaceholderthat is set with the magnifying glass icon. If you don't want any placeholder, just set thedefaultFilterPlaceholder: ''to empty string - feat(sass): add focus color for multiselect
- feat(grid): add column definition setter to update dynamically, ref #20
Fixes
- fix(odata): the OData grid sample Pagination was not working correctly
- fix(formatter): dateTimeIso Formatter was using dateIso
- fix(jquery): remove all jquery imports causing issues with external libs
- fix(jquery-ui): use latest version of jQuery-UI to avoid jQuery 3 errors
- to avoid error thrown by jQuery 3 and issues with 3rd party lib, in my case Bootstrap.js Tooltip, I had to change the order of the scripts imports, look at
angular-cli.jsoninfo in the Wiki -
HOWTO
- to avoid error thrown by jQuery 3 and issues with 3rd party lib, in my case Bootstrap.js Tooltip, I had to change the order of the scripts imports, look at
- fix(gridState): get Current Pagination not set on first load
- fix(styling): header with char "g" is sometimes cut out, increase height
- fix(filter): single select filter incorrect emit
- fix(backend): Grid Presets sort order not correct with backend services
- fix(pagination): go back to page 1 only on filter change (backend service only)
- fix(filter): Compound Input filter on type string was not working correctly with regular grids (without backend service)
- fix(filter): CompoundDate Filter should add a time picker when found 'h'