cba0d4d175
Add the missing release notes for new feature described here: https://blueprints.launchpad.net/horizon/+spec/angular-table-directive Change-Id: I36ebad5c36470944d63489ba0536920ea26a9879 Partially-Implements: blueprint angular-table-directive
9 lines
419 B
YAML
9 lines
419 B
YAML
---
|
|
features:
|
|
- >
|
|
[`blueprint angular-table-directive <https://blueprints.launchpad.net/horizon/+spec/angular-table-directive>`_]
|
|
This blueprint provides a way for developers to programatically declare an
|
|
Angular table vs writing HTML markup. It reduces the boilerplate HTML code.
|
|
For a basic table, you need to pass in the data and the column configuration
|
|
into the `hz-dynamic-table` directive.
|