dataTables input text

dataTables input text

OanaSOanaS 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

  • kthorngrenkthorngren Posts: 21,343Questions: 26Answers: 4,954

    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

Sign In or Register to comment.