[ADF-2990] Datatable - row navigation (#5198)

* datatable row component

* add to module

* implement datatable row component

* use FocusKeyManager for arrows navigation

* tests

* prevent screen reader to announce undefined value

* prevent from bubbling up

* fix unit test

* fix row locator

* fix locator reference

* fix row reference locators

* fix locator xpath
This commit is contained in:
Cilibiu Bogdan
2019-10-30 09:39:43 +02:00
committed by Denys Vuika
parent a150e74366
commit af6bd0892c
17 changed files with 320 additions and 45 deletions

View File

@@ -30,6 +30,7 @@ export * from './components/datatable/data-cell.event';
export * from './components/datatable/data-row-action.event';
export * from './components/datatable/drop-zone.directive';
export * from './components/datatable/datatable-cell.component';
export * from './components/datatable/datatable-row.component';
export * from './components/datatable/datatable.component';
export * from './components/datatable/date-cell.component';
export * from './components/datatable/empty-list.component';