Replies: 3 comments
|
@ManuelW77 : I saw 1.2.7 had column re-ordering function, that's awesome - it could be taken further with sizing adjustments and the addition of "extra field" column inclusion per the user's selection. |
0 replies
|
1.2.12 has column resizing. Getting there! |
0 replies
|
Status update — all 3 steps: ✅ Step 1 (column resize + horizontal scroll): landed upstream v1.2.7 (reorder) and v1.2.12 (resize) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
as it stands, Filaman table interfaces show hard-locked column widths and order. Extra fields are not provided as options to show in the table. Action buttons are hidden by tables extending beyond the screen.
Step 1
Introduce a reusable table interaction layer for column resizing and horizontal-scroll behavior across key list/settings tables. Guard the new saved column-width state for next re-load.
Step 2
Introduce all Extra Fields as selections within the "Columns" button on each table: allow the user to see their extra fields in the table by selection (default off)
Step 3
hard lock the action column to right of screen (video in Step 1 shows) & convert edit/delete action buttons from text to icons with tooltips
All reactions