-
Notifications
You must be signed in to change notification settings - Fork 127
TableBuilders
Pawel Pastuszak edited this page Dec 7, 2018
·
9 revisions
Table builders (source) allows to create complex tables using one table and without need to deal with colspan.
Depending on table builder implementation, output table can be constructed in different way, pre made implementations are:
- StandardTableBuilder
- CenteredTableBuilder
- GridTableBuilder
- OneRowTableBuilder
- OneColumnTableBuilder
Because that part of code wasn't written by me (Kotcrab), it is very good documented, so I'm sure you will manage ;)
See README for VisUI introduction.