view gis_gui/blocks/view.js @ 252:efd2469d1722

geometry-column of tables will be displayed as string
author fknauft
date Tue, 20 Sep 2011 11:19:35 +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'});
    */


  });