DatatablesBundle icon indicating copy to clipboard operation
DatatablesBundle copied to clipboard

Customizing / Removing text strings

Open cblgh opened this issue 7 years ago • 1 comments

Hi!

Is it possible to e.g. change the text for the select element Show <select> Entries, or remove the text for the search input element? It seems like this is supported by options in datatables when initialized in javascript, but I can't find anything in this bundle to accomplish the same.

Am I missing something obvious?

Thanks!

cblgh avatar Jul 20 '18 13:07 cblgh

Try using one of the callbacks (maybe pre_draw_callback?) to override the respective datatable setting (using js).

roxid avatar Jul 26 '18 10:07 roxid