DatatablesBundle
DatatablesBundle copied to clipboard
Customizing / Removing text strings
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!
Try using one of the callbacks (maybe pre_draw_callback?) to override the respective datatable setting (using js).