@flowscripter/dynamic-cli-framework
    Preparing search index...

    Interface TableGeneratorService

    interface TableGeneratorService {
        createTable(
            rowCount: number,
            columnCount: number,
            options?: TableOptions,
        ): Table;
        render(table: Table): string;
    }

    Implemented by

    Index
    • Parameters

      • rowCount: number
      • columnCount: number
      • Optionaloptions: TableOptions

      Returns Table

    • Parameters

      Returns string