UNCLASSIFIED - NO CUI

Skip to content

feat / table prop passthrough

Tony Phi requested to merge feat/table-text-selection into main

Request: Enable the ability for users to high text from the table in order to do copy and paste functions

Solution: Added a prop called enableCellTextSelection which controls the prop of the same name in the AG Grid Table that controls the desired functionality. Additionally, configured the component to perform prop passthrough for the table, allowing developers to access additional properties of the underlying table when additional options are desired for. Did this for the pagination component and the root div element as well.

Merge request reports