Implement a printable table.
This commit implements a simple printable table that can be used to display tabular data. The columns of the table can specify a maximum width which will cause the column text to wrap around to the next line.
This commit is contained in:
parent
2ff85cdd9a
commit
9ef495327a
16 changed files with 714 additions and 0 deletions
|
@ -848,6 +848,11 @@ setx PATH "%PATH%;{0}"
|
|||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnMaxWidthMustBeGreaterThanZero">
|
||||
<source>Column maximum width must be greater than zero.</source>
|
||||
<target state="new">Column maximum width must be greater than zero.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
Loading…
Add table
Add a link
Reference in a new issue