Enabling quill in data column responsive layout

Enabling quill in data column responsive layout

hbanaharishbanaharis Posts: 32Questions: 14Answers: 3

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

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin

    Could you give me a link to your page so I can help to debug it please?

    Allan

This discussion has been closed.