Changing css for custom button
Changing css for custom button
mgreene57005
Posts: 2Questions: 1Answers: 0
I'm wanting to have a custom button which extends "selected", but have it's style match the theme of my web-app.
My test cases: https://jsfiddle.net/3sbwya/jwc0azb9/
How can I have my dt-button have the same css as my button whose class="submitBtn"
This discussion has been closed.
Answers
If you are providing your own styling, you don't need to load the Buttons CSS file: https://jsfiddle.net/jwc0azb9/11/ .
Allan
How would this be handled if the Button extension is included in single DataTable link?
https://jsfiddle.net/3sbwya/1a5n56fg/
Three options off the top of my head:
b-{version}
part from the URL).Allan