Sha256: 59a5ce02e026936a55be8ed10cf7b2b67e2326b6fc76cd4822846a9eaded54ab

Contents?: true

Size: 1.35 KB

Versions: 7

Compression:

Stored size: 1.35 KB

Contents

- rtc_controller_name ||= controller_name
- rtc_header = true if rtc_header.nil?
- rtc_column_header = true if rtc_column_header.nil?
- rtc_footer = true if rtc_footer.nil?
- rtc_partial = rtc_controller_name.singularize if rtc_partial.nil?
- toggle_view = false if toggle_view.nil?
- rtc_empty_data_message = sanitize "Data #{t(rtc_controller_name)} kosong" if rtc_empty_data_message.nil?
- search_key ||= 'q'
- advanced_search_attributes ||= nil
- columns_width = columns_width.presence || []
- table_title ||= nil

.component_content
  - if rtc_header.present?
    = render "rich_table_component/rtc/header", 
      search_constraint: search_constraint.presence || nil,
      search_key: search_key, 
      rtc_controller_name: rtc_controller_name, 
      rtc_partial: rtc_partial, 
      toggle_view: toggle_view, 
      advanced_search_attributes: advanced_search_attributes,
      table_title: table_title,
      params: params

  = render "rich_table_component/rtc/content", 
    headers: headers, 
    rtc_controller_name: rtc_controller_name, 
    params: params, 
    rtc_column_header: rtc_column_header, 
    rtc_partial: rtc_partial, 
    rtc_empty_data_message: rtc_empty_data_message,
    columns_width: columns_width
  
  - if rtc_footer.present?
    = render "rich_table_component/rtc/footer",
      rtc_controller_name: rtc_controller_name, 
      params: params

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rich_table_component-0.0.8 app/views/rich_table_component/rtc/_component_content.html.haml
rich_table_component-0.0.7 app/views/rich_table_component/rtc/_component_content.html.haml
rich_table_component-0.0.6 app/views/rich_table_component/rtc/_component_content.html.haml
rich_table_component-0.0.5 app/views/rich_table_component/rtc/_component_content.html.haml
rich_table_component-0.0.4 app/views/rich_table_component/rtc/_component_content.html.haml
rich_table_component-0.0.3 app/views/rich_table_component/rtc/_component_content.html.haml
rich_table_component-0.0.2 app/views/rich_table_component/rtc/_component_content.html.haml