tooltips on individual search inputbox
tooltips on individual search inputbox
I'm using serverside pagination and I built a simple backend that make non- simple queries to db. I choose few hotkey:
<val, >val, & mean ==val, ! means <>val, % means like %val%, @ means not like %val%
A very simple syntax that can be provided as tooltips upon the footer inputboxes to the user interface.
I'm trying something like this, but it's not working:
table.$('tfoot tr[title]').tooltip({
'delay': 0,
'placement': 'test test',
'html': true,
});
Any help?
Answers
Please provide a running test case showing what you are trying to do so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
It's hard because is a serverside pagination. Btw I solved: