DavBfr / dart_pdf

Pdf creation module for dart/flutter
https://pub.dev/packages/pdf
Apache License 2.0
1.42k stars 633 forks source link

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

Open brian-kayfitz opened 3 weeks ago

brian-kayfitz commented 3 weeks ago

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: