SwiftTabler
SwiftTabler copied to clipboard
A multi-platform SwiftUI component for tabular data
Like Apple's own `Table` component for macOS, it's necessary to attach modifiers to each column, which can be inconvenient. One way to do this is to support an 'item' modifier...
Specifically, get `.contextMenu` working with TablerListC, and other 'C' variants, in TablerCoreDemo.
The current selection mode is a simple tap to select or unselect. No EditMode required on iOS. It doesn't appear to interfere with context or swipe menus. But ideally there...
To ensure they work as expected with the List-based variants. Includes: * single and multi-selection * sorting * deleting
I have added support for the new SwiftData sdk alongside all the previous stuff for CoreData.