Mercurial > hg > ChinaGisRestApi
view gis_gui/blocks/view.js @ 227:11dea0923d2f
Upload of xml-tables with empty Cells possible
author | fknauft |
---|---|
date | Thu, 28 Apr 2011 16:00:26 +0200 |
parents | 7f008e782563 |
children |
line wrap: on
line source
$(".datatable").livequery(function() { // Show Tooltip /* $("td.compacted").livequery(function(){ $(this).attr('title', $(this).html()); $(this).tooltip({ track: false, delay: 750, showURL: false, opacity: 0.85, top: -15, left: 5 }); }); */ // Add DataTables functionality /* $(this).dataTable({'bPaginate':true, 'sPaginatonType':'full_numbers'}); */ });