Ant Design has a rowSelection
feature to use on their <Table />
element, and looks like so:
I don't see anywhere that would indicate a multi-column row selection, like so:
I've checked out this Github issue that I thought was asking the same thing, and this PR that supposedly addressed it, but I cannot figure out how it supposed to be used (perhaps I'm mistaken that it has been implemented).
Is this currently possible to achieve using existing Ant Design code, or would something custom need to be implemented?
Version: We are using Ant Design 3.9.3