diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html
index 880017a..715848a 100644
--- a/user_guide/libraries/table.html
+++ b/user_guide/libraries/table.html
@@ -248,6 +248,10 @@
 $this->table->set_empty(" ");

 </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>