VisActor / VTable

VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.
https://visactor.io/vtable
MIT License
1.39k stars 95 forks source link

[Feature] batch select #1681

Open helgasoft opened 1 month ago

helgasoft commented 1 month ago

What problem does this feature solve?

Deleting records one by one thru right-click is OK, but often we need to delete many records for testing. Standard batch selection is done with click+Shift+click or clik+drag. Would be helpful to add the standard batch selection in VTable. There is already visual row selection by click+drag, but it selects only the first row...

What does the proposed API look like?

click+Shift+click and/or click+drag with highlighting to select multiple records (for deletion, or move)

fangsmile commented 3 weeks ago

相关issue:https://github.com/VisActor/VTable/issues/1908