support icon indicating copy to clipboard operation
support copied to clipboard

Support for providing both `fields` and `modelClass` to a Store config

Open matsbryntse opened this issue 6 months ago • 0 comments

    store : {
        fields = [
            { name : 'restaurant' },
            { name : 'location' },
            { name : 'review' },
            { name : 'response', type : 'formula' },
            { name : 'foodItem', type : 'formula' },
            { name : 'sentiment', type : 'formula' },
            { name : 'notes', type : 'formula' }
        ],
        modelClass : SpreadsheetRow,

matsbryntse avatar Aug 14 '24 13:08 matsbryntse