I’m working on an app that allows users to add items to a row using the multirow column function and have it working to a certain extent but I’m having 2 issues:
Whenever I add or remove a multirow column item I get the error “ExternalError: TypeError: Cannot read property ‘reduce’ of undefined”. Does anybody know how I can fix this?
Loading the datagrids in the app can take upwards of 8 seconds despite only loading 5 rows at a time. Is there a way to reduce this time?
If the components are connected to live DataTable rows, this will make many round trips to the server and thus be slow. In case it helps, here are several posts that have suggestions for improving performance: