Work with table in RTC
Hello, I need to work with table in RTC, do you know if is possible?
I add some HTML widget and put some table there, but the only way to add new rows and delete is change the source code. Do you know if there any other way? What I need is some table to version control, so there will be a list with some systems and their last version, when some alteration accurred in the system we add a new row and mark it. |
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Jan 26 '16, 2:00 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
There is nothing like a table object in RTC. The only way I have been able to mock up a table is using custom attributes of type Wiki and using the Wiki Table annotations.
Murilo Valero selected this answer as the correct answer
Comments
Murilo Valero
commented Feb 04 '16, 8:51 a.m.
Ralph, can you explan how can I add a custom atribute? Is an widget ?
Please see this workshop:
Ralph Schoon
commented Dec 10 '18, 12:03 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The wiki Language: http://www.wikicreole.org/
A table would look like this:
|=|=table|=header|
|a|table|row|
|b|table|row|
|c|table|row|
|
One other answer
Hello Ralph!
It would be a huge help if you could explain the process, few screenshots a short guide.
I want do customize a work item and I need to add a table for an attribute.
Thanks!
Comments
Ralph Schoon
commented Dec 10 '18, 11:35 a.m.
| edited Dec 10 '18, 11:37 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Process Enactment Workshop for the Rational solution for Collaborative Lifecycle Management explains the general process.
Use the attribute Type Wiki and use the Wiki Syntax.
Mark Cserey
commented Dec 11 '18, 1:42 a.m.
Thank you! |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Can you define what data type(s) will be used to hold the data in the table?
It is just text data.
I believe what Ralph suggested is the closest you can get.