Enabling quill in data column responsive layout
Enabling quill in data column responsive layout
I've enabled the quill editor on one of the editor fields and it works in the edit window, showing HTML formatting and saving the appropriate HTML tags to the database.
My aim now is to show this field underneath the record row in a manner like the compact responsive layout.
But since I've enable the quill functionality I've noticed an error when I enable the same field (ie {data: ""notes"} ) under the columns array:
Query.Deferred exception: undefined is not an object (evaluating 'n[v].style')
TypeError: undefined is not an object (evaluating 'n[v].style')
Answers
Could you give me a link to your page so I can help to debug it please?
Allan