Skip to content

Conversation

@rmehlinger-spirent
Copy link

Updated the example and core code to Python 3.
Fixed issue where tables with multiple column dimensions would not
display correctly; column header generation code was adjusting rowspan
rather than colspan.
Fixed settings import in example manage.py to use django.conf.settings

rmehlinger and others added 4 commits December 26, 2013 23:36
Updated the example and core code to Python 3.
Fixed issue where tables with multiple column dimensions would not
display correctly; column header generation code was adjusting rowspan
rather than colspan.
Updated project priorities.
Dimtable now attempts to sort items in each dimension numerically, then
lexically.
Updated html.py to python 3.
Added new KeyedTable class, designed to work with a data-set that takes
keyed input.
Moved dimtable.css to static folder, so that it can be used with
staticfiles.
Cleaned up imports.
Added new virtual_table class, which does not generate html on its own,
and is intended to be used in conjunction with the new multi_table
template tag. Eventually, this will completely replace the old dim_table
class.
Added default templates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants