Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add control columns to EuiDataGrid (#2846)
* Added action column type to EuiDataGrid; created a row selection demo * Renamed action columns to control columns, finished functionality, demo, and docs * Don't allow control columns to be expandable * Added a render test for data grid control columns * allow classNames on more inner grid components and make truncation skip control columns * snaps * flyout example * removed selection highlighting from demo * cleanup docs and styling * undo an accidental change that snuck in * changelog * fix docs * AriaAttributes instead of HTMLAttribute<T> to access aria attributes Co-authored-by: dave.snider@gmail.com <dave.snider@gmail.com>
- Loading branch information