mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 09:56:36 +00:00
add sitcky table cols for left and right cols
This commit is contained in:
@@ -28,6 +28,9 @@ export function PolicyDataTable<TData, TValue>({
|
||||
searchColumn="orgId"
|
||||
addButtonText={t('orgPoliciesAdd')}
|
||||
onAdd={onAdd}
|
||||
enableColumnVisibility={true}
|
||||
stickyLeftColumn="orgId"
|
||||
stickyRightColumn="actions"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user