Inline Edit and ClassName

Inline Edit and ClassName

msand01msand01 Posts: 54Questions: 24Answers: 1

I am attempting to assign a class name to a field in Editor as in this example:
https://editor.datatables.net/reference/option/fields.className
But it doesn't want to apply for the inline edit functionality - in my case I'm setting the type to textarea and need to apply some styling to get it to render nicely:

fields: [
  {
    label: "Note:",
    name: "Note",
    className: "textarea-input",
    type: "textarea"
  }
]

I am wondering if there is a way to get it to apply to an inline edit. Thanks in advance for any advice.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.