ImprovedTableParser

Graph

(0) tip
Added tag rel-0-2-3 for changeset 72b97fa1e963 default tip
Permit floating point numbers in numeric column sorting. rel-0-2-3
Added tag rel-0-2-2 for changeset b81620a4d583
Fixed handling of boolean attributes presented inadvertently to the formatter. rel-0-2-2
Minor help and test updates.
Added tag rel-0-2-1 for changeset 7172d229dea9
Updated release and copyright information. rel-0-2-1
Made attribute interpretation more robust; removed redundant token stripping.
Attributes may be interpreted and must therefore not be quoted immediately.
Removed superfluous import.
Added tag rel-0-2 for changeset 66826fff6584
Updated the release notes. rel-0-2
Fixed unfinished column spans on the final rows of tables.
Fixed the version numbering.
Added a write parameter to the formatTable function for configurable output.
Consume space after row markers, avoiding indentation for text on the same line.
Prevented false recognition of line continuation markers.
Added line continuation syntax so that column text can be indented.
Moved formatting-related functions to MoinSupport.
Removed superfluous variables.
Updated the release information.
Moved parsing/formatting-related code to MoinSupport.
Moved section argument processing functions to MoinSupport.
Added tag rel-0-1 for changeset 91fed74cf3bf
Added documentation and packaging support data. rel-0-1
Fixed an example; improved the columntypes description.
Changed the section nesting syntax to use the general convention described on
Extract row and table attributes from all columns in each row, thus fixing
Minor whitespace tidying.
Fixed the extraction of numeric values from table cells.
Added support for inline preformatted text and more flexible nested region positioning.
Fixed row detection to avoid headings causing new rows to be found erroneously.
Added support for column and row spans so that the contents of a table can still
Fixed the appearance of alternative/opposite sort direction arrows so that they
Changed the presentation of appending columns to sort criteria.
Attempted to make the formatting of plain text work in Moin 1.9 without breaking
Added support for viewing, choosing and changing the sort direction of columns.
Changed the sorting to sort empty columns last.
Added support for specifying column types in table regions without any sort
Added missing stylesheet.
Permit already selected columns to be moved to the end of the criteria.
Introduced formatting of the headings in the pop-up elements.
Changed the sort controls to be a list of columns, with the selected column
Added sort column controls in table headers.
Added support for overriding the table sorting specification using a request
Introduced table data sorting according to a specification provided by the
Prevented the transfer of "rowspan" attributes from columns to rows.
Added copyright and licensing information.
Added support for separate sections within tables through the use of "quoted"
A table parser offering a more flexible syntax than the standard Moin parser.
(0) tip