timestored / pulseui

Real-time interactive database applications
https://www.timestored.com/pulse/
Other
41 stars 6 forks source link

Filtering grid on date column is very slow #200

Open ryanhamilton opened 3 months ago

ryanhamilton commented 3 months ago

user-rh Filtering grid on date column is very slow

Steps:

  1. Crate a largish table with 2000 rows.
  2. Try filtering the date column. It will be slow to respond.

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