pgadmin4/web
Harshal Dhumal ddd4768937 Backform control for selecting multiple columns.
Usage:

{
  id: 'columns', label: '{{ _('Columns') }}',
  type: 'collection', group: '{{ _('Definition') }}', editable:true,
  canDelete: true, canAdd: true, control: Backform.MultiColumnSelectControl,
  deps: ['index'], node: 'column',
  model: pgBrowser.Node.Model.extend({
    keys: ['column'],
    defaults: {
      column: undefined
    }
  })
}

Note: When using this control model should have column attribute. And node property should be column.
2016-03-22 16:52:34 +00:00
..
pgadmin Backform control for selecting multiple columns. 2016-03-22 16:52:34 +00:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Server side session management support. 2016-03-22 15:05:43 +00:00
pgAdmin4.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
setup.py Server side session management support. 2016-03-22 15:05:43 +00:00