GroupsDataTableBuilder
Extends
GroupsDataTableBuilder
Methods
build()
build(): any[][];Returns
any[][]
A two-dimensional array containing all [[Groups]].
Inherited from
Bkper.GroupsDataTableBuilder.buildids()
ids(include): GroupsDataTableBuilder;Defines whether include group ids.
Parameters
| Parameter | Type |
|---|---|
include | boolean |
Returns
GroupsDataTableBuilder
This builder with respective include ids option, for chaining.
Inherited from
Bkper.GroupsDataTableBuilder.idsproperties()
properties(include): GroupsDataTableBuilder;Defines whether include custom group properties.
Parameters
| Parameter | Type |
|---|---|
include | boolean |
Returns
GroupsDataTableBuilder
This builder with respective include properties option, for chaining.
Inherited from
Bkper.GroupsDataTableBuilder.properties