Adding style to datatable pagination buttons?

Is there any way to add CSS classes to the Next and Previous buttons for paging through a DataTable?

Having looked into it a bit more it seems this can’t be done currently. Are there any plans to implement it?

You can, but it has to be done through CSS. Can’t recall off the top of my head what the classes/IDs of the components are.

That is what I ended up doing. Was pretty hacky though because I was imitating bootstrap buttons but couldn’t edit the class name of the button itself