Attend a User Group

Home » Atlassian Forums » Software » Confluence



Permlink Replies: 3 - Pages: 1 - Last Post: Jul 13, 2007 6:31 PM Last Post By: mgong
willoneal

Posts: 9
Registered: 04/11/07
[CONF-user] working with tables
Posted: Jul 13, 2007 5:20 PM
Click to report abuse...   Click to reply to this thread Reply
 global.attachment att1.html (1.7 KB )
I frequently work with a lot of table based data in Confluence, and
I was wondering if anyone had a trick to make it easy - as in far
easier than it is currently.

The built in tables aren't pretty to edit because you can't control
the width of each column; The {section}{column} macros work fine, but
are a PITA to edit, and even then never line up correctly. The excel
plugin is neither editable nor column width controllable.

Does anyone have a better way?

Thanks,
Will O'Neal

_______________________________________________
Confluence-user mailing list
Confluence-user@lists.atlassian.com
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/confluence-user

Alain Moran (ad...

Posts: 1,476
Registered: 03/15/06
Re: [CONF-user] working with tables
Posted: Jul 13, 2007 5:54 PM    global.in_response_to.tooltip in response to: willoneal
Click to report abuse...   Click to reply to this thread Reply
My way may not be easier, but it does give you 100% control over the
table, eg:

{table}
{tr}
{td:width=50px}content{td}
{td:width=50px}content{td}
{tr}
{table}

The table, tr, td, th, tbody and thead macros are part of the content
formatting plugin

Alain.

Adaptavist.com Ltd
Registered in England #5456785
http://adaptavist.com

Will O'Neal wrote:
I frequently work with a lot of table based data in Confluence, and I
was wondering if anyone had a trick to make it easy - as in far easier
than it is currently.

The built in tables aren't pretty to edit because you can't control the
width of each column; The {section}{column} macros work fine, but are a
PITA to edit, and even then never line up correctly. The excel plugin is
neither editable nor column width controllable.

Does anyone have a better way?

Thanks,
Will O'Neal


_______________________________________________
Confluence-user mailing list
Confluence-user@lists.atlassian.com
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/confluence-user

_______________________________________________
Confluence-user mailing list
Confluence-user@lists.atlassian.com
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/confluence-user
Lee Allen

Posts: 23
Registered: 04/26/07
Re: [CONF-user] working with tables
Posted: Jul 13, 2007 5:55 PM    global.in_response_to.tooltip in response to: willoneal
Click to report abuse...   Click to reply to this thread Reply
You can use the table-plus macro. It allows column width control. I don't find the syntax very pretty or readable, but it works.

See the Notation Guide for help

{code}
{table-plus:columnTypes=S,-,.|autoNumber=true|sortColumn=3
|columnAttributes=,,style="background:yellow; font-size:14pt;"}
|| Name || Phone || TCP ||
John 555-1234 192.168.1.10
Mary 555-2134 192.168.1.12
Bob 555-4527 192.168.1.9


{table-plus}
{ code}
mgong

Posts: 2
Registered: 07/13/07
Re: [CONF-user] working with tables
Posted: Jul 13, 2007 6:31 PM    global.in_response_to.tooltip in response to: Lee Allen
Click to report abuse...   Click to reply to this thread Reply
Table Plus macro is pretty nice and it even give you the option to have row highlighting capability. Its flaw is that it only allow user to add contents in the wiki markup mode. even when you use rich text editor, it still shows the data in the wiki markup-like manner.
Legend
Genius: 1000 - 10000 pts
Expert: 500 - 999 pts
Guide: 250 - 499 pts
Enthusiast: 50 - 249 pts
Newbie: 5 - 49 pts
Atlassian Employee
Atlassian Partner
Helpful Answer (5 pts)
Correct Answer (10 pts)

Point your RSS reader here for a feed of the latest messages in all forums