Open guidomodarelli opened 1 month ago
Hardcoding the column values instead of using useMemo does not affect the response time of the popover loading.
https://github.com/user-attachments/assets/2ce5d4ef-f539-4437-8cae-15d1b8aa9082
Additionally, I’ll link to the Datagrid documentation.
Reducing the count of columns to display in the columns selector enhances the performance of the component rendering.
For another hand, and as last option, the EuiDataGrid component allows to disable the visibility of default columns selector and allows the addition of controls. This could allow creating a custom columns selector and see if this enhances the performance.
Description
Improve available columns filter performance