What if you don’t want to disable datatables all the way, but you want to just remove the buttons, but keep the search?
I’ve spent time trying to figure this out, but I haven’t been able to get the buttons disable. At least, the code doesn’t work. I think I might have the wrong syntax.
I have tried
datatables_buttons_defaults=”false”
datatables_buttons_print=”false” (just to get one button to disappear)
datatables_buttons=”‘print'” (just to get print to show by itself)
How do I translate the code from the datatables website into code for the plugin?