79263273

Date: 2024-12-08 20:23:11
Score: 2
Natty:
Report link

Now there is an easy way using the hideSelectAll property

<Table rowSelection={rowSelection} .... />

and setting rowSelection as

const rowSelection: TableProps['rowSelection'] = {
  hideSelectAll: true,
  ....
}

Ref: https://github.com/ant-design/ant-design/issues/14581

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ernesto