You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add Column queryField property to make possible to filter or sort by another field
add a customStructure property for the select filter to use different key/value pair, see Wiki - Select Filter for more info
complete rewrite of backendServiceApi
add addLocaleIntoQuery property for GraphQL query
make the filterTypingDebounce optional, default 750ms
make enablePagination totally optional (it will detect when we are using backend service api)
make initOptions totally optional and use Pagination options when initOptions doesn't include paging info
Fixes
fixed Editors.date with latest version of Flatpickr
fixed pagination a GraphQL pageSize should always be a number not string
fixed error thrown by SlickGrid of "Stylesheet missing"
fixed regular grid local filter not working with localization (i18n), 1st column in Example 12
make column string filter case insensitive and fixed * operator
fixed pagination resetting "items per page" on filterBy/orderBy change
pagination, changing page and filter/sort should also reset to page 1
Deprecated
onBackendEventApi was replaced by backendServiceApi which was a big rewrite and brings a lot of new features (see on top), mainly there's a lot less setup to do at the beginning, the API does a lot of setup by itself.
this is for now only a console warning, advising you to use the new API