Inline Edit and ClassName
Inline Edit and ClassName
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
This discussion has been closed.
Answers
Here is the answer:
https://datatables.net/forums/discussion/38170