ParkingReformNetwork / reform-map

A map of where parking reforms have happened.
https://parkingreform.org/mandates-map/
MIT License
6 stars 8 forks source link

Filter updates the table #434

Closed Eric-Arellano closed 1 month ago

Eric-Arellano commented 1 month ago

This sets up all the state management for the table. We load all the data on initial setup, then use Tabulator's filter mechanism to update what is rendered based on FilterState.

We still need to figure out which columsn to render, along with a bunch of other improvements. But the state management is now complete! (Outside of maybe a counter.)

This also enables sorting.