fixed column header gets a border when clicked (example inside)
fixed column header gets a border when clicked (example inside)
AndersHP
Posts: 36Questions: 14Answers: 1
in FixedColumns
https://datatables.net/release-datatables/extensions/FixedColumns/examples/bootstrap.html
When clicking the fixed border, the header gets a border. How do i override this behavior so it behaves like the other column headers when clickd?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
bump
What do you mean by "When clicking the fixed border" in the example?
I mean the header - clickiing the header of the fixed column! sry =)
As a complete hack that will effect accessibility you can remove the outline with CSS:
However, as I say, then non-mouse users won't be able to see the selected element!
This really needs a proper fix in FixedColumns I think. Added to the list!
Allan