Skip to content

[OSL] Table element #250

@Mistium

Description

@Mistium

Allow for resizable tables

table left top right bottom 2dArray

pass a 2dArray into the table and it will draw the text, automatically resize to try to fit the lines and store its state for the positions of the splits

a single item in the 2d array might look like

{
  type: "text"
  data: "hello world"
  onclick: () -> ()
}

possible types

  • icon
  • text

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions