Web Worker offload

CommunityReactBuilt for React

Filtering and sorting move off the main thread above ~20,000 rows.

Try it: Sort or filter a column: above ~20,000 rows the work runs in a Web Worker, so scrolling never stutters.

Read the guide →

Loading DataGrid…