SmartClient Version: v13.0p_2023-06-21/Enterprise Deployment (built 2023-06-21)
Chrome on MacOS
Hello, I've got a problem with a grid where client filtering won't work (dataFetchMode: "basic" or paged with all records loaded), ie every record disappears when I filter for a column, and they don't show back when I erase the filter.
For now, I've not been able to replicate it in the showcase. So I'm looking for help to debug it.
The datasource has got a fetchOperation like this:
which I don't think could be a problem...but if I remove the fetchOperation, then it starts working.
Anyway, have you got some suggestion? Some logging category that I may use in the developer console to understand why client filtering is not working?
Thanks in advance
Chrome on MacOS
Hello, I've got a problem with a grid where client filtering won't work (dataFetchMode: "basic" or paged with all records loaded), ie every record disappears when I filter for a column, and they don't show back when I erase the filter.
For now, I've not been able to replicate it in the showcase. So I'm looking for help to debug it.
The datasource has got a fetchOperation like this:
Code:
<operationBinding operationType="fetch" operationId="fetchUsersGroupByRoles" outputs="ROLES,EMAIL,APP_ID" customFields="ROLES"> <summaryFunctions> <ROLES>concat</ROLES> </summaryFunctions> <groupBy>EMAIL,APP_ID</groupBy> </operationBinding>
Anyway, have you got some suggestion? Some logging category that I may use in the developer console to understand why client filtering is not working?
Thanks in advance
Comment