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

FEAT: Adding helper functions that allow you to override text style and cell content only for specific cells #1768

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brian-kayfitz
Copy link

The TableHelper class is an extremely quick way to generate tables, but there are sometimes small customization that need to added for one or two cells in a table.

These two helper functions allow the user program to set customization points for specific cells but still fall back to the default configurations where they are not needed.

Two Helper functions have been added to TableHelper:

  • textStyleBuilder (which you just need to override the TextStyle)
  • cellBuilder (when you want to replace the whole cell content

…d cell content for specific cells in a table
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.

1 participant