Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Forum - Tables support

Status
Not open for further replies.
Joined
Jul 24, 2014
Messages
188
@Arbiter

It would be nice to have some kind of tables support.

Example tags:
- Initiates/ends a new table.
[trow] [/trow] - Initiates/ends a new row(horiz) in a table.
[tcol] [/tcol] - Initiates/ends a new column(vert) in a table.

This could be easily done by mapping
to <table>, [trow] to <tr> and [tcol] to <td>.

Example usage:
BEFORE:
f4jo06.jpg

AFTER:
ir2ud3.jpg
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053

lorem | ipsum | lorem | ipsum | lorem | ipsum | lorem | ipsum
foo | bar | foo | bar | foo | bar | foo | bar
hello | world | hello | world | hello | world | hello | world

Code:
[TABLE=head]
lorem | ipsum | lorem | ipsum | lorem | ipsum | lorem | ipsum
foo | bar | foo | bar | foo | bar | foo | bar
hello | world | hello | world | hello | world | hello | world
[/TABLE]

Table can be set to head, nohead, or neither depending on your preference. Additionally there is auto-sizing, filtering and sorting (by clicking headers).
 
Last edited:
Status
Not open for further replies.
Top