V2 Clients Page - #1240
Conversation
PabloDinella
left a comment
There was a problem hiding this comment.
Before merging we need to work on filters performance. Filtering by name with 800+ rows practically crashes my browser.
|
@PabloDinella The performance issue wasn't caused by the name filter itself, but by the amount of work performed on every keystroke. Each search update triggered the entire ViewModel pipeline, including filtering, sorting, rebuilding presentation rows, computing assignment/custom field display values, and forcing the DataGrid to process a brand-new set of row objects. |
This PR introduces the new V2 Clients Browser page using the shared V2 architecture and MUI X DataGrid.
V2
V1
