From 7af20d86959fe5638b378c09b5e230beb084a1c5 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 28 Oct 2006 19:08:57 +0000 Subject: --- user_guide/libraries/table.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user_guide/libraries') 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(" "); +

$this->table->clear_data()

+ +

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.

-- cgit v1.2.3-24-g4f1b