@@ -113,47 +113,27 @@ This page is a sample of page using tables. It is designed to make test with<br>
...
@@ -113,47 +113,27 @@ This page is a sample of page using tables. It is designed to make test with<br>
<br><hr><br>Example 1 : Table using tags: div.tagtable+div.tagtr+div or div.tagtable+div.tagtr+div.tagtd => Use this for tables that are edited forms (drag and drop of lines does not work for this case, also height of title can't be forced to a minimum)<br><br>
<br><hr><br>Example 1 : Standard table => Use this if you need the drag and drop for lines<br>
<?php
<?php
$sortfield='aaa';
$sortorder='ASC';
$tasksarray=array(1,2,3);// To force having several lines
$tasksarray=array(1,2,3);// To force having several lines
<br><hr><br>Example 3 : Standard table => Use this if you need the drag and drop for lines<br>
<br><hr><br>Example 3 : Table using tags: div.tagtable+div.tagtr+div or div.tagtable+div.tagtr+div.tagtd => Use this, but AVOID IT if possible, for tables that need to have a different form for each line (drag and drop of lines does not work for this case, also height of title can't be forced to a minimum)<br><br>
<?php
<?php
$sortfield='aaa';
$sortorder='ASC';
$tasksarray=array(1,2,3);// To force having several lines
$tasksarray=array(1,2,3);// To force having several lines