* (fix) tables: in DbCrudApi.updaterow() flush database to pick up latest version id in response (https://github.com/louking/members/issues/363)
* (fix) datatables.render_grip() now checks for display, allows rowReorder to work properly (https://github.com/louking/members/issues/363)
* (new) tables.py: DteDbRelationship adds sortkey parameter, to allow options to be sorted
* (tweak) tables layout-base: bump copyright
* (new) tables googledocs rendering allows custom text based on row data (https://github.com/louking/members/issues/375)
* (new) flask.user.views: add SelectView (https://github.com/louking/members/issues/226, https://github.com/louking/members/issues/384)
* (new) flask.user.views: SelectView is now SelectInterestsView (https://github.com/louking/members/issues/226, https://github.com/louking/members/issues/384)
* (new) tables.CrudChildElement now allows buttons parameter to be function (https://github.com/louking/members/issues/226)
* (new) table-assets: add editor-saeditor.js (SaEditor class) (https://github.com/louking/members/issues/226)
* (new) flask.user.views.SelectInterestView: adds displayonly option (https://github.com/louking/members/issues/395)