digipolisantwerp / antwerp-ui_angular

Antwerp UI is a component interface library for building user interfaces and responsive web apps.
https://digipolisantwerp.github.io/antwerp-ui_angular
MIT License
13 stars 19 forks source link

Provide a clear example for the 'table component' #83

Open TomVanDenBroeck opened 6 years ago

TomVanDenBroeck commented 6 years ago

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.

readme: /packages/table/README.md demo page: /packages/table/examples/table/pages/demo