Feature #32665
closedAddition of Cell merge Feature when creating Tables
0%
Description
Would it be possible to add Vertical and Horizontal Cell feature on the table creation feature that is currently available. It would also be useful to this available for Headers as well.
|-----------------------------------------| |Header1 |Header2 | HMegre | |-------------------- --------------------| |VMerge | | | | | |---------- --------------------| | | | HMerge | |-----------------------------------------| |No merged| | | | |-----------------------------------------|
Reason - Allows for better description details representation.
Updated by Mischa The Evil over 5 years ago
- Status changed from New to Needs feedback
- Assignee set to Romit Shrestha
This is already possible (for the Textile1 and Markdown2 formatters). See RedmineTextFormattingTextile#Tables for Textile3 or RedmineTextFormattingMarkdown#Tables for Markdown.
For your example (slightly adjusted with header-merging extension and some small modifications to fit the markup parsing), the following Textile markup:
table{width:40%}. |_<.Header1 |_<.Header2 |_\2=.Hmerge | |/2^.VMerge | | | | | |\2=.HMerge | |Not merged | | | |
produces:
Header1 | Header2 | Hmerge | |
---|---|---|---|
VMerge | |||
HMerge | |||
Not merged |
1 Note: Redmine implements Textile markup formatting based on RedCloth 3, not RedCloth 4.
2 Note: The Markdown formatting uses regular HTML tags for table markup.
3 For more advanced and detailed Textile (table) markup references, see http://redcloth.org/hobix.com/textile/ and https://www.promptworks.com/textile.
Please report back if this suffices for your requirements.
Updated by Go MAEDA over 4 years ago
- Status changed from Needs feedback to Closed
- Resolution set to Invalid