Blueprint: Select all option in table

Created on 8 Mar 2017  路  3Comments  路  Source: palantir/blueprint

Allow users to cmd+A or click on the upper left corner in order to select their whole table
This will help so users can select all and resize all easily

Excel does it this way

table feature request

Most helpful comment

I'm not sure what you mean by API for consumers to build this already means? Table selection does already support the ability to select-all, yes, there's just no way to do it at present unless you have externally controlled selection via props -- which I don't think is the ask here.

Adding a cmd+a hotkey to select all should be... rather straightforward. We may also want to make it such that clicking the top-left corner does this as well.

All 3 comments

@gscshoyru are there APIs for consumers to build this already? If so, great, we just need to hook cmd+a to it

I'm not sure what you mean by API for consumers to build this already means? Table selection does already support the ability to select-all, yes, there's just no way to do it at present unless you have externally controlled selection via props -- which I don't think is the ask here.

Adding a cmd+a hotkey to select all should be... rather straightforward. We may also want to make it such that clicking the top-left corner does this as well.

i think this was implemented in #822

Was this page helpful?
0 / 5 - 0 ratings