I'm facing a re-rendering issue with the DrillDownTemplate component while using "devextreme-react": "^22.2.4"
.
Even after optimizing both the parent and child components, my API calls are no longer triggering unnecessarily, but the DrillDown table still re-renders 4 times when clicking on a checkbox inside the main DataGrid.
How can I prevent unnecessary re-renders of the DrillDown component while keeping the table responsive? Any suggestions would be greatly appreciated!