Skip to content

Sticky table column and disabled select #8322

@dlabrecq

Description

@dlabrecq

Is this a new component or an extension of an existing one?
Existing composable table

Describe the feature

  1. In order to move Cost Management from the legacy table to the composable table, we need the first column to be sticky. In addition, we need the ability to disable the row's select component.

Unfortunately, the sticky column examples use a Th (to add isStickyColumn) instead of Td for the first column.
However, we cannot do that because ThSelectType does not support the same properties as TdSelectType. For example, ThSelectType is missing disabled, rowIndex, etc.

For our scenario,we just need the additional disabled support since we're using a bulk select.

Cost management UI
Screen Shot 2022-11-02 at 1 44 38 PM

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions