- Fix error about loading ajax data when serving requests with multiple processes in production env.
- Added compatibility with Python 3
- Make checkboxfield related to object field.
- Added ImageColumn
- PyPi support
- Fix bug about escape issue for ajax data source.
- Fix bug about sorting field across different relations.
-
New columns:
- SequenceColumn
- DaysColumn
- WeeksColumn
- MonthColumn
- CalendarColumn
- CheckboxColumn
-
New column options:
- space
-
Refactoring table module
-
Support subclass table
-
New column:
- DatetimeColumn
-
New options to disable widgets
- search
- info
- pagination
- length_menu
- ext_button
-
Fix bug about filtering href columns, ignore text of HTML tag.
First commit for codebase.