From now on you can use the tag [ table] ... [ /table].
Two simple example to create new table in posts using [ table] ... [ /table].
*Note: Don't use extra space in "table" tag enclosed within "[" and "]"
Code:
[ table]A|B|C
D|E|F
[ /table]
Seperate each column by | and Press enter to create a new row...
Another example where the very first head row will be shown.
[ table="head"]H1|H2|H3
A|B|C
D|E|F
[/ table]
In this example First create the header row as shown above.
Header row will show as H1 H2 H3 in the very first title row.
Following is the table without header
Following is the table with header
First row is the table header row which is also sortable
NOTE: IF THE HEADER ROW IS NOT VISIBLE AFTER CREATING THE TABLE AND THE REST OF THE ROWS ARE SHOWN PROPERLY THEN "REFRESH" OR "RELOAD" THE PAGE TO SEE THE CHANGES.
Thanks