Edit JavaScript code without editing source code

Edit JavaScript code without editing source code

FRS4002FRS4002 Posts: 85Questions: 11Answers: 0
edited January 2022 in General

I have this code in datatables.js for example
$.extend( true, DataTable.Buttons.defaults, {
dom: {
container: {
className: 'dt-buttons btn-group flex-wrap'
},
Now I need to delete/remove btn-group and flex wrap without editing the source code. I need to do that with both JavaScript and CSS if possible and then I'll choose which to choose. How can I do that?

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.