source: main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/browser/static/datatable.js @ 9168

Last change on this file since 9168 was 7811, checked in by uli, 13 years ago

Rename all non-locales stuff from sirp to kofa.

File size: 202 bytes
Line 
1$(document).ready(function(){
2    $('.dataTable').dataTable();
3        $('.dataTableManage').dataTable( {
4                "aaSorting": [[ 1, "asc" ]],
5                "aoColumnDefs":[{ "bSortable": false, "aTargets": [ 0 ] }]
6        } );
7});
8
Note: See TracBrowser for help on using the repository browser.