question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Option to hide Select All checkbox from the table head

See original GitHub issue
  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

I want to show the select checkboxes for each row but DO NOT want to show the select all checkbox. There should be a flag for that.

What does the proposed API look like?

rowSelection : { hideSelectAllCheckbox : true }

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

12reactions
afc163commented, Jan 28, 2019

Try hideDefaultSelections

5reactions
markus-roecommented, Dec 4, 2020

.ant-table-thead tr .ant-table-selection-column div { display: none; }

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to hide "Select All"-CheckBox from Table? - Stack Overflow
Currently, there is no publicly documented API to enable/disable showing the "Select All"-CheckBox on sap.m.Table .
Read more >
Is there any option to remove header checkbox of Lightning ...
Yes, there'a hideCheckboxColumn boolean attribute that you can set to true for this exact purpose. Edit: there's no option to hide the "Select...
Read more >
Row Selection - JavaScript Data Grid
Select a row by clicking on it. Selecting a row will remove any previous selection unless you hold down Ctrl while clicking. Selecting...
Read more >
Select or Deselect All Checkboxes - Kendo UI Grid for jQuery
The following example demonstrates how to select or deselect all rows on the current page of the Grid by checking the Select All...
Read more >
How to create a "Select All" checkbox - Educative.io
The JavaScript · Remove all the table highlights · Set the checked attribute of all checkboxes to false · Decrement the value of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found