Styling the "Search:" text
Styling the "Search:" text
sjur@bytetec.no
Posts: 3Questions: 0Answers: 0
Hello,
It would be great if the datatables plugin rendered a span element around the "Search:" text, so that it can be styled individually.
Thanks
It would be great if the datatables plugin rendered a span element around the "Search:" text, so that it can be styled individually.
Thanks
This discussion has been closed.
Replies
Open your jquery.dataTables.js and go to line 966 or just search for "Search:"
You'll find this line:
[code] "sSearch": "Search:",[/code]
Now you can wrap your own span around it:
[code] "sSearch": "Search:",[/code]
Hope it works ;)
Allan
Sjur