Add sortable tables

This commit is contained in:
Eike Foken
2011-08-09 20:16:59 +02:00
parent 360408e2eb
commit 3db9e3b8fa
5 changed files with 388 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
<?=script_tag('assets/js/minmax.js');?>
<?=script_tag('https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js');?>
<?=script_tag('assets/js/scattport.js');?>
<?=script_tag('assets/js/tablednd.jquery.js');?>
<script type="text/javascript">
var SITE_URL = '<?=site_url()?>';
</script>

View File

@@ -8,7 +8,7 @@
<div class="box">
<h3>Übersicht aller Projekte</h3>
<table class="tableList paginated">
<table class="tableList paginated sortable">
<thead>
<tr>
<th scope="col">Projekt</th>