diff options
author | admin <devnull@localhost> | 2006-10-28 21:08:57 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-28 21:08:57 +0200 |
commit | 7af20d86959fe5638b378c09b5e230beb084a1c5 (patch) | |
tree | b861645d08213fcc2f30b9ce3a0a1fbc589fcc07 /user_guide/libraries | |
parent | 41cece9ce497c87aa49bc22a3557441148b99754 (diff) |
Diffstat (limited to 'user_guide/libraries')
-rw-r--r-- | user_guide/libraries/table.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html index 880017acf..715848a82 100644 --- a/user_guide/libraries/table.html +++ b/user_guide/libraries/table.html @@ -248,6 +248,10 @@ $this->table->set_template($tmpl); $this->table->set_empty("&nbsp;");
</code>
+<h2>$this->table->clear_data()</h2>
+
+<p>Lets you clear the table heading and row data. If you need to show multiple tables with different data you should
+to call this function after each table has been generated to empty the previous table information.</p>
</div>
|