This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Collection now support multiple filterBy/sortBy... and more features & fixes
Features
- (resize): add
maxHeight&maxWidthoptions to Resizer Service (autoResize) - (filter): add possibility to filter complex objects (with JSON dataset)
- (sort): add possibility to sort complex objects (with JSON dataset)
- (collection): support multiple filterBy/sortBy in CollectionService
- (collection): add
FilterMultiplePassType(with option:merge,chain) - Wiki doc
- (collection): add
- (editor): add auto commit edit flag to grid options
- new Grid Option boolean flag name is
autoCommitEdit
- new Grid Option boolean flag name is
- (select): add option to use label as selected text
- (select): Filter/Editor able to translate
prefix/suffix/optionLabel - (select): collection can also be of type String (not just label/value pair)
Fixes
- (header): use showHeaderRow flag when defined by user
- (graphql): should be able to use
presetseven if field is not a column definition - (select): fix
separatorBetweenLabelsto usejoinso that it doesn't add extra separator whenprefixorsuffixisn't present - (resize):
autoAdjustDropWidthByTextSizeshould handle 100% width - (resize): when having 2 grids resize only works on 1 grid
- (select): Single Select should use EQ operator instead of IN
- (select): multiple-select autoAdjustDropWidth sometime incorrect
- (resize): auto-resize shouldn't resize when fixing gridHeight/gridWidth