Skip to content
Advertisement

Jquery Datatable pagination button style fix

I am using Jquery datatable specially yajra datatable for laravel. But when I run the app, the datatable pagination buttons is distorted. I added a custom button in order for me to customize a button functions. If anyone know how to fix please help. Thanks.

Here is my data table enter image description here

Here is my code for specific datatable

JavaScript

Advertisement

Answer

I have experienced that issue before. just override the css class name of jquery datatables. Try this code, maybe it can help.

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement