sensei-grid icon indicating copy to clipboard operation
sensei-grid copied to clipboard

Support non-string columns

Open lambdaq opened this issue 8 years ago • 0 comments

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.

lambdaq avatar Dec 05 '16 04:12 lambdaq