bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

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

Open matsbryntse opened 1 month ago

matsbryntse commented 1 month ago
    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,