Class no-footer applied to Table despite a footer is present.
Class no-footer applied to Table despite a footer is present.
![ZimCH](https://secure.gravatar.com/avatar/035d61885b5217e4d2840d88afcdb2b8/?default=https%3A%2F%2Fvanillicon.com%2F035d61885b5217e4d2840d88afcdb2b8_200.png&rating=g&size=120)
I'm using Datatables 1.10.13 with the jQuery UI styling options. Somehow DataTables must think there is no footer present, as the maintable gets the class "no-footer" applied. Wouldn't bother me much, but an ugly
border-bottom: 1px;
is applied, that doesn't really fit. You even have that feature/problem on your example: https://datatables.net/manual/styling/jqueryui
- Is this a bug?
- How can I remove it without modifiying the js or css source?
I'd like to avoid using something like
$(table).removeClass("no-footer");
This discussion has been closed.
Answers
Another solution is to override with my own styles.css file, but that as well is more a hack: