A cell object should contain default options. In my opinion these could be : ``` { cell: 'string', // I think is is very frequently repeated editable: false, sortable: false } ``` This would considerably reduce the amount of code in projects that use Backgrid, letting users to override them if necessary.
A cell object should contain default options. In my opinion these could be :
This would considerably reduce the amount of code in projects that use Backgrid, letting users to override them if necessary.