Skip to content

How to set width of Checkbox coloum  #267

@Dhaval8087

Description

@Dhaval8087

Hello,

I have implemented a checkbox column in table like

selectRowProp = {
mode: this.props.recordSelectionType,
clickToSelect: true,
bgColor: "rgb(206, 239, 254)",
onSelect: onRowSelect,
onSelectAll: onSelectAll,
selected: selectedValues

            };

now in UI checkbox column it's taking so much width how I can set width of checkbox column ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions