Changing CSS of text input box when inline editing
Changing CSS of text input box when inline editing
timothy.ctr.searcy@faa.gov
Posts: 9Questions: 7Answers: 0
in Editor
Attached are the two pictures of my Datatables grid when the inline editor text input shows up. I have Bootstrap 4 CSS applied in my application. Is there a way I can have full control over the CSS of text input when it shows up for inline editing? Like controlling its length, height and padding?
Answers
should give you control over
text
fields. You might wish to usediv.DTE_Inline input[type="text"]
as the selector if you have other input elements such as checkboxes.Allan