Skip to content

Magodra/SpanningTableContainer

Repository files navigation

SpanningTableContainer

The SpanningTableContainer plugin provide a table and a cell container that allow for GUI table with cells that span coloums and rows. The standard GridContainer provide regular table of rows and columns. The SpanningTableContainer use the SpanningCellContainer with the Col Span and Row Span attributes to define cells that span over multiple columns and rows.

Demo

How does it work?

  1. Download the SpanningTableContainer plugin.
  2. Enable the plugin in the project settings.
  3. Add a SpanningTableContainer. Set the columns attribute.
  4. Add normal gui controls to single cell entries.
  5. Add SpanningCellContainer where a cell should span multiple columns and rows through setting the col_span and row_span attributes.

Demonstration

Video below demonstrate the use of the SpanningTableContainer and SpanningCellContainer to create a table with spanning cells.

Demo Video

About

This Godot GUI plugin allow tables with cells that spann over multiple columns and/or rows.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published