dataTables input text
dataTables input text
OanaS
Posts: 1Questions: 1Answers: 0
Hi,
In a dataTable I have columns with "<td><input type='text' id='someid' class='someclass' value='somevalue'>"
When I select a row or when hover a row from dataTable, these inputs type=text are not covered with color I set for selected row or hover.
Please help to modify background-color of these inputs when I select a row, or when I hover a row.Thank you.
Answers
Please provide a test case showing exactly what you are doing so we can offer suggestions.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
I suspect its a matter of applying some CSS settings but with seeing what you have its hard to say what is needed. You could inspect the text input and elements around it to see why the current styling isn't applied or what you need to add.
Kevin