You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tile table page is inspired from my private personal Hextraction site where I had an image-only gallery/table for players to quickly identify tiles. This is not realistic for the whole list. Instead, this page should mimic the catalog.
Criteria
Using tanstack table, create a tile table component
Supply all matching info from the catalog
Current features
pagination
page size changing
searching on individual text columns
limiting rows to checked properties in property columns
global search
sorting on any column
In progress
styling of the pagination region
general code cleanup, this was very much cobbled together
Stretch goals
multi sort
virtualization if pagination not enough for performance
The text was updated successfully, but these errors were encountered:
cadeluca
changed the title
Create and Use Table Component on 'Gallery' Page
[pre-v1] Create and Use Table Component on 'Gallery' Page
Oct 28, 2024
cadeluca
changed the title
[pre-v1] Create and Use Table Component on 'Gallery' Page
[pre-v1] Create and Use Table Component on Tile Table Page
Oct 28, 2024
The tile table page is inspired from my private personal Hextraction site where I had an image-only gallery/table for players to quickly identify tiles. This is not realistic for the whole list. Instead, this page should mimic the catalog.
Criteria
Current features
In progress
Stretch goals
The text was updated successfully, but these errors were encountered: