Control over row animations
Control over row animations
When you create or update a row with DataTables Editor you get a yellow background colour highlighting background effect animation. I'm sorry if the answer is in the documentation, but I can't find any information there or in the forum regarding options to control the animation. What would be the best way to turn it off, or change the highlighting colour? Thanks again for a great library.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
In the Editor CSS file you will find styling for
tr.highlight
- that is the class that is used to highlight the row. You can either remove that, or change the colour if you prefer.Regards,
Allan
Ah - I was looking in the JS. Thanks!