Changes between Version 2 and Version 3 of S3/DynamicTables
- Timestamp:
- 02/21/17 10:22:52 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/DynamicTables
v2 v3 125 125 Dynamic table controllers can be added easily in other modules, using {{{s3_rest_controller}}} with the {{{dynamic}}}-option. 126 126 127 {{{ 127 {{{#!python 128 128 def dynamic_table_controller(): 129 129 """ REST Controller for the s3dt_example dynamic table """