@flowscripter/dynamic-cli-framework
Preparing search index...
TableGeneratorService
Interface TableGeneratorService
interface
TableGeneratorService
{
createTable
(
rowCount
:
number
,
columnCount
:
number
,
options
?:
TableOptions
,
)
:
Table
;
render
(
table
:
Table
)
:
string
;
}
Implemented by
DefaultTableGeneratorService
Index
Methods
create
Table
render
Methods
create
Table
createTable
(
rowCount
:
number
,
columnCount
:
number
,
options
?:
TableOptions
,
)
:
Table
Parameters
rowCount
:
number
columnCount
:
number
Optional
options
:
TableOptions
Returns
Table
render
render
(
table
:
Table
)
:
string
Parameters
table
:
Table
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Table
render
@flowscripter/dynamic-cli-framework
Loading...