Sha256: e3fc07dc0090da623151c724b969c1f5033aca2a508f165f2129fbcc583ba47e

Contents?: true

Size: 596 Bytes

Versions: 23

Compression:

Stored size: 596 Bytes

Contents

var $elmt = $('.updating.rich_table_component');
$elmt.find('.rtc_grid').html("<%= j(render "rich_table_component/rtc/table", rtc_controller_name: params[:rtc_controller_name].presence || controller_name, rtc_partial: params[:rtc_partial].presence || nil) %>");
$elmt.st_tableGrid_update();
<% if params[:page].present? || params[:per_page].present? %>
  $elmt.find('.pagination_area').html("<%= j(render "rich_table_component/pagination", rtc_controller_name: params[:rtc_controller_name].presence || controller_name ) %>");
<% end %>
$('.rich_table_component.updating').removeClass('updating');

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rich_table_component-0.0.30 app/views/application/index.js.erb
rich_table_component-0.0.29 app/views/application/index.js.erb
rich_table_component-0.0.28 app/views/application/index.js.erb
rich_table_component-0.0.27 app/views/application/index.js.erb
rich_table_component-0.0.26 app/views/application/index.js.erb
rich_table_component-0.0.24 app/views/application/index.js.erb
rich_table_component-0.0.22 app/views/application/index.js.erb
rich_table_component-0.0.21 app/views/application/index.js.erb
rich_table_component-0.0.18 app/views/application/index.js.erb
rich_table_component-0.0.17 app/views/application/index.js.erb
rich_table_component-0.0.16 app/views/application/index.js.erb
rich_table_component-0.0.15 app/views/application/index.js.erb
rich_table_component-0.0.14 app/views/application/index.js.erb
rich_table_component-0.0.13 app/views/application/index.js.erb
rich_table_component-0.0.10 app/views/application/index.js.erb
rich_table_component-0.0.9 app/views/application/index.js.erb
rich_table_component-0.0.8 app/views/application/index.js.erb
rich_table_component-0.0.7 app/views/application/index.js.erb
rich_table_component-0.0.6 app/views/application/index.js.erb
rich_table_component-0.0.5 app/views/application/index.js.erb