I am using the Transfer component and also the Table Transfer, I have hundreds of records in my list and currently my only way to make selection is to select one by one or select all.
ant.design/components/table/
ant.design/components/transfer/
github.com/ant-design/ant-design/issues/11404
I would like to modify either the Transfer component or Table component such that I can do a select and when I shift plus select another row, It should select all values in between. I found someone posted this issue in GitHub and it got resolved I think but I am totally unsure how to implement it or how to make it work.
My question is what are my options to resolve this issue. I can either use Transfer or Table Transfer but how do I implement this feature?