Releases
v0.12.13
Grid State additions and fixes
Features
feat(queryFilter): add new "queryFieldFilter" and "queryFieldSorter"
feat(formatter): add a new HyperlinkUriPrefix formatter, you need to pass uriPrefix
feat(filter): add new InputNoPlaceholderFilter and global default filter
feat(event): add onGridStateChanged and onPaginationChanged events
feat(graphQL): add Column "fields" to help pass multiple properties to GraphQL query
feat(gridState): add headerName which can be columnDef.headerKey or columnDef.name
feat(service): expose refreshBackendDataset for backend
Fixes
fix(graphQL): delete duplicate gridOptions it was causing issues with GraphQL internalPostProcess call
fix(graphql): a column type of number should use EQ in GraphQL query
fix(backend): backend filter on delay was broken since GridState feature was introduced
fix(gridState): onGridStateChanged not working correctly in many cases
fix(formatter): multipleFormatter should pass value to next formatter
Deprecated
remove deprecated Event Emitter (onGridCreated)
You can’t perform that action at this time.