fromthepage icon indicating copy to clipboard operation
fromthepage copied to clipboard

add datatables to owner list

Open saracarl opened this issue 3 years ago • 1 comments

See this PR for similar work done on the collection lists: https://github.com/benwbrum/fromthepage/pull/2623

saracarl avatar Jun 09 '21 21:06 saracarl

Bad news about this: loading the owner list is really slow using DataTables because all owners are loaded instead of just the ones being displayed. With 639 owners in my db, it takes around a minute to load, with 2333 sql!

image

The datatables FAQ says that client-side processing should be good for up to ~5,000 rows, though.

sylvieed avatar Aug 24 '23 23:08 sylvieed