1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Forum - Tables support

Discussion in 'Client & Site Suggestions' started by Exile, Aug 11, 2014.

Thread Status:
Not open for further replies.
  1. Exile

    Joined:
    Jul 24, 2014
    Messages:
    188
    Likes Received:
    23
    @Arbiter

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

    Example tags:
    [table] [/table] - 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 [table] to <table>, [trow] to <tr> and [tcol] to <td>.

    Example usage:
    BEFORE:
    [​IMG]
    AFTER:
    [​IMG]
     
  2. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
  3. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    [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]

    Code (Text):
    1.  
    2. [TABLE=head]
    3. lorem | ipsum | lorem | ipsum | lorem | ipsum | lorem | ipsum
    4. foo | bar | foo | bar | foo | bar | foo | bar
    5. hello | world | hello | world | hello | world | hello | world
    6. [/TABLE]
    7.  
    Table can be set to head, nohead, or neither depending on your preference. Additionally there is auto-sizing, filtering and sorting (by clicking headers).
     
    #3 Arbiter, Aug 11, 2014
    Last edited: Aug 11, 2014
    Aidden likes this.
  4. Exile

    Joined:
    Jul 24, 2014
    Messages:
    188
    Likes Received:
    23
    Awesome :) *close topic*
     
  5. EvilCabbage

    Joined:
    Nov 3, 2013
    Messages:
    2,389
    Likes Received:
    849
    Closed upon request.
     
Thread Status:
Not open for further replies.

Share This Page

Loading...