SwiftTabler icon indicating copy to clipboard operation
SwiftTabler copied to clipboard

A multi-platform SwiftUI component for tabular data

Results 15 SwiftTabler issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Specifically, get `.contextMenu` working with TablerListC, and other 'C' variants, in TablerCoreDemo.

enhancement

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...

enhancement

To ensure they work as expected with the List-based variants. Includes: * single and multi-selection * sorting * deleting

enhancement

I have added support for the new SwiftData sdk alongside all the previous stuff for CoreData.