app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_react
The stickyRightColumn
prop works in the same way as the above stickyLeftColumn
prop. It expects an array of the column data-sticky-id
s you want to be sticky. Make sure to add the corresponding data-sticky-id
to the and
.
If you are using the sub-component variant, then you will pass the data-sticky-id
to and
Please ensure that unique data-sticky-id
s are used for all columns across multiple tables. Using the same columns data-sticky-id
s on multiple tables can lead to issues when using the stickyRightColumn
prop.