ToolTip extension

ToolTip extension

rainolfrainolf Posts: 56Questions: 6Answers: 0

Hello,
based on this example:
http://datatables.net/beta/1.9/examples/advanced_init/events_post_init.html

I would like to modify my DataTables as follow:
1 - the displayed rows won't have a carriage return if its length is more than column size, instead i would truncate exceeded text
2 - when the cursor is on a filed it would show me the entire content of it
3 - if possible i would like to retrieve additional data from mysql database (maybe ajax request) when the cursors goes to a field
So in the 2th point the tooltip shouldn't be related on the row but instead on a single cell

Could you please point me on a working example if its present?

Thank you

This discussion has been closed.