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.
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
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.
Comments
Ralph, can you explan how can I add a custom atribute? Is an widget ?
Thank you.
Please see this workshop:
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
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.
Thank you!
Comments
Donald Nong
Jan 25 '16, 8:11 p.m.Can you define what data type(s) will be used to hold the data in the table?
Murilo Valero
Jan 26 '16, 2:35 p.m.It is just text data.
Donald Nong
Jan 26 '16, 6:00 p.m.I believe what Ralph suggested is the closest you can get.