summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-10-28 13:47:20 +0200
committerAndrey Andreev <narf@devilix.net>2016-10-28 13:47:20 +0200
commitdf34b547c97ba1ce1ddb819495d299cb845a87de (patch)
tree1a20163dce62854586326013f95367736f50bdd3 /user_guide_src/source/libraries
parent1c535c492e59965a73b606e93a3d3b4fc1212a3d (diff)
[ci skip] Add changelog entry for & polish doc changes from PR #4826
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/table.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/table.rst b/user_guide_src/source/libraries/table.rst
index 3cd120f95..06dfe59de 100644
--- a/user_guide_src/source/libraries/table.rst
+++ b/user_guide_src/source/libraries/table.rst
@@ -275,8 +275,12 @@ Class Reference
:returns: CI_Table instance (method chaining)
:rtype: CI_Table
- Lets you clear the table heading, row data and the caption. If you need to show multiple tables with different data you should to call this method
- after each table has been generated to clear the previous table information. Example::
+ Lets you clear the table heading, row data and caption. If
+ you need to show multiple tables with different data you
+ should to call this method after each table has been
+ generated to clear the previous table information.
+
+ Example ::
$this->load->library('table');