Feature #32665
closed
Addition of Cell merge Feature when creating Tables
Added by Romit Shrestha almost 6 years ago.
Updated almost 5 years ago.
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.
- 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 |
|
|
|
Please report back if this suffices for your requirements.
- Status changed from Needs feedback to Closed
- Resolution set to Invalid
Also available in: Atom
PDF