blackbaud / skyux2

SKY UX 2 is the new version of Blackbaud’s user experience framework that implements Blackbaud design patterns. It extends the framework to abstract many complexities of modern web development and takes advantage of Angular 2 to increase the tooling, testing, and performance available.
https://developer.blackbaud.com/skyux
MIT License
32 stars 65 forks source link

Document rowHighlightedId property for list view grid component #2248

Closed blackbaud-johnly closed 5 years ago

blackbaud-johnly commented 5 years ago

See. https://github.com/blackbaud/skyux-list-builder-view-grids/pull/14.

The new rowHighlightedId property supports highlighting rows for flyout iterators.

Blackbaud-AlexKingman commented 5 years ago

Note: skyux-grids also has this property now. We'll need to update it there too.

rowHighlightedId (Optional.) Specifies the id of the row to highlight. Will match the id property of the data object. Acceptable values: string.

Should this also say something like... "Typically used in conjunction with other components to highlight which row is active. For example, using a flyout to open a detailed view of records in a grid". ?

Blackbaud-TrevorBurch commented 5 years ago

Addressed in blackbaud/skyux2-docs#209