Open ryanhamilton opened 8 months ago
user-rh Filtering grid on date column is very slow
Steps:
Problem is that it's generating all the dates each time and those formatters are expensive: https://github.com/timestored/pulseui/blob/2b4f537773606bbfa3e1fb8a414ab9d44cb63389/client/src/components/AGrid.tsx#L228
user-rh Filtering grid on date column is very slow
Steps:
Problem is that it's generating all the dates each time and those formatters are expensive: https://github.com/timestored/pulseui/blob/2b4f537773606bbfa3e1fb8a414ab9d44cb63389/client/src/components/AGrid.tsx#L228