The table title will never be displayed as the data-attc-googleOptions are
parsed _after_ the variable is checked.
Putting
if(tableEl.attr('title')!='' && settings.googleOptions.title==undefined){
settings.googleOptions.title=tableEl.attr('title');
}
after the parsing code resolves it.
Original issue reported on code.google.com by groessen...@googlemail.com on 3 Mar 2013 at 1:05
Original issue reported on code.google.com by
groessen...@googlemail.com
on 3 Mar 2013 at 1:05