How to hide the multiple-select checkbox on a table

I would like to hide the multiple-select checkbox you see on the right side of this image:

The checkbox is showing because a delete action is in the slice. If the delete action is excluded from the slice the checkbox disappears.

The problem is that, of about 8,000 records, the delete action is only applicable to a handful of user-created records. So, to avoid confusion, I would like users to only be able to access the delete action from individual records in detail view. If the checkbox is available on the table, it is likely to confuse users as follows:

3X_0_6_06bb7c58f85a2eb6f92867019d41daa5b72121e0.png

The user will be able to select records but there may be no applicable actions for those records โ€“ all dressed up and no place to go.

If you look at the โ€œOnly if this condition is trueโ€ expression in the first image, you can see that the delete action cannot be accessed for any records in table view. I checked and the condition is working properly; records that can be deleted in detail view cannot be deleted from the table. Still, the checkbox continues to be displayed, even though it cannot function on the table.

My questions:

  1. Is there are workaround for this problem? In other words, is there a way to prevent checkbox from displaying other than removing it from slice?
  2. Is this a known issue? It would seem to me that the checkbox should โ€œknowโ€ not to appear at the top of a table when it has nothing to do on that table.
2 5 1,252
5 REPLIES 5
Top Labels in this Space