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
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: