Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Table Widget Improvements #80

Merged
merged 5 commits into from
Sep 13, 2024
Merged

More Table Widget Improvements #80

merged 5 commits into from
Sep 13, 2024

Conversation

00JCIV00
Copy link
Contributor

  • Customizable Foreground Colors
  • Customizable X Offset f/ Cells/Items
  • Improved Type & Bounds Checks
  • Fixed Active Row Contents
  • Added better Column Selection

- Added `active_fg` and `selected_fg` to allow changing the Foreground Color of Active and Selected rows (and Headers) respectively.
- Added `cell_x_off` to the `TableContext` to allow changing the X Offset of Cells/Items as they're printed to their rows.
- Improved the Type checks for MultiArrayList child Types.
- Improved the bounds checking for printing rows.
- Changed the behavior of `ColumnIndexes.by_idx` (used f/ `TableContext.col_indexes`) to allow valid field indexes in any order. Indexes can also be removed or added multiple times to affect the table generation accordingly.
@rockorager rockorager merged commit c89b75e into rockorager:main Sep 13, 2024
4 checks passed
@rockorager
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants