Estoy usando datatables mediante cdn, como puedo modificar la estructura del ejemplo que tome?
Estoy usando datatables mediante cdn, como puedo modificar la estructura del ejemplo que tome?
Nilcari
Posts: 3Questions: 3Answers: 0
Por ejemplo, quiero eliminar la caja de selección de la cantidad de registros a mostrar, pero como estoy usando cdn no se como modificar el html de la tabla de datatable
Answers
You can change the HTML of a data table of course and that is independent of whether or not you are using a CDN to load the software.
Datatables are generated automatically. You need to make sure the datatable exists in the DOM before you can use CSS etc. to modify the datatable.
For that you can use an event handler or an option:
https://datatables.net/reference/option/initComplete
https://datatables.net/reference/event/init