acbeers / mastodonlm

Mastodon List Manager
MIT License
19 stars 1 forks source link

Virtualize the tables #43

Closed acbeers closed 1 year ago

acbeers commented 1 year ago

Multi-thousand row tables can be slow to build in the JS DOM, so virtualize so they can be snappy.

acbeers commented 1 year ago

Now have paginated tables.