The example and the readme of the 'table component' only contains basic properties at the moment:
<aui-table
noDataMessage="There is no data!"
loadDataMessage="Loading..."
noColumsMessage="There are no columns!"
[loading]="loading"
[columns]="columns"
[rows]="rows">
</aui-table>
There are more properties/options/events available but they need to be explained in the readme and shown on the demo page.
The example and the readme of the 'table component' only contains basic properties at the moment:
There are more properties/options/events available but they need to be explained in the readme and shown on the demo page.
readme: /packages/table/README.md demo page: /packages/table/examples/table/pages/demo