Sha256: c8f10839ed85080f246b94b57fbe41931ccf301a69c55d3b207135114e15eadd

Contents?: true

Size: 401 Bytes

Versions: 17

Compression:

Stored size: 401 Bytes

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Table',
      icon: #{ promethee_component_render_icon 'table' },
      position: 60,
      library: true,
      data: {
        type: 'table',
        attributes: {
          cols: [],
          cols_data: {},
          rows: [],
          rows_data: {}
        }
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
promethee-3.0.2 app/views/promethee/components/table/_edit.define.html.erb
promethee-3.0.1 app/views/promethee/components/table/_edit.define.html.erb
promethee-3.0.0 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.1.3 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.1.2 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.1.1 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.1.0 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.0.9 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.0.8 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.0.7 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.0.6 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.0.5 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.0.4 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.0.3 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.0.2 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.0.1 app/views/promethee/components/table/_edit.define.html.erb
promethee-2.0.0 app/views/promethee/components/table/_edit.define.html.erb