So this is kind of a format problem:
My columns are all named 1,2,3,4,5,6,7, (since they are literally arrays sent via Rest API - They get different headers afterwards).
When i try to use the Excel FilterType on my grid, this error appears:
The error is clear: The id which is probably generated for a part of the grid starts with the number - which is due to selectors way of handling not valid.
Is the following possible:
- Setting a custom name for the id generation, to prevent this error from happening.
- A fix / patch for this to allow digits in column names
Otherwise id have to recode my API...
Thanks in advance