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
@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
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.