sensei-grid
sensei-grid copied to clipboard
Support non-string columns
Not all values in a td
can be represented as a string. E.g. I built a multi tag selector like the one you saw on stackoverflow.com.
In plugin.saveEditor
there's line
if (normalizeLineEndings(val) !== normalizeLineEndings($td.text()))
If the val
is something like ['tag1', 'tag2']
there would be an error.