An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
"With the code below I'm unable to run a build "npm run build". Is there a different approach to defining a custom sort encoder that can send params to the API? I will have the same question for encodeFilterParams as I'll need to modify params for filtering also.
It gives the error:
"Object literal may only specify known properties, and 'encodeSorterParams' does not exist in type 'AjaxStoreConfig'."
"
Add to a Typescript (can be the React-Vite one) the following piece of code
Forum post
"With the code below I'm unable to run a build "npm run build". Is there a different approach to defining a custom sort encoder that can send params to the API? I will have the same question for encodeFilterParams as I'll need to modify params for filtering also.
It gives the error:
"Object literal may only specify known properties, and 'encodeSorterParams' does not exist in type 'AjaxStoreConfig'." "
Add to a Typescript (can be the React-Vite one) the following piece of code
It should allow overriding
encodeSorterParams
, but it gives the error that the user is mentioned.