Change the Style of Datatable Search Input
Change the Style of Datatable Search Input
anema
Posts: 14Questions: 7Answers: 0
Hi,
I have a > Datatable
with search input at the top of the table,
My Datatable:
$("#table_id").DataTable({
dom: 'frtip'
});
How can I change the default style of Datatable Search input
I want to give border-radius: 3px;
is there any way to do this?
Thank You!!!
This discussion has been closed.
Answers
Hi @anema ,
You could use this CSS:
This makes the input box more oval-like...
Cheers,
Colin