Perseus
    Preparing search index...

    Options for the table widget. A grid of input cells with column headers.

    type PerseusTableWidgetOptions = {
        answers: string[][];
        columns: number;
        headers: string[];
        rows: number;
    }
    Index

    Properties

    answers: string[][]

    Translatable Text; A 2-dimensional array of text to populate the table with

    columns: number

    The number of columns to display

    headers: string[]

    Translatable Text; A list of column headers

    rows: number

    The number of rows to display