You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
If this is a string, the capitalized form will be used to look up a cell class in Backbone, i.e.: string => StringCell. If a Cell subclass is supplied, it is initialized with a hash of parameters. If a Cell instance is supplied, it is used directly.
I can't get it to work when setting cell to be an instance of a Cell class, and indeed the failing line in the makeCell implementation seems to always want to call new on the given cell value:
Although the
Column
documentation says about thecell
attribute:I can't get it to work when setting
cell
to be an instance of aCell
class, and indeed the failing line in themakeCell
implementation seems to always want to callnew
on the givencell
value:https://github.com/cloudflare/backgrid/blob/0.3.7/src/row.js#L77-L82
Am I missing something?
The text was updated successfully, but these errors were encountered: