openalloc / SwiftTabler

A multi-platform SwiftUI component for tabular data
Apache License 2.0
136 stars 14 forks source link

Support unselect for Stack- and Grid-based tables #34

Closed reedes closed 2 years ago

reedes commented 2 years ago

Presently there is no way to unselect a row, other than to select another row of the same table.

Ideally this will work like the native single-select for List tables.

reedes commented 2 years ago

This is similar to the hover issue, #35, and will likely require a similar solution.

reedes commented 2 years ago

Opted for simple tap to select/unselect for Stack and Grid based tables.

Creating separate ticket for more advanced selection mode for these table types.