-
Notifications
You must be signed in to change notification settings - Fork 129
TableBuilders
Paweł Pastuszak edited this page Jun 26, 2016
·
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.