data_tables 0.1.15 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/data_tables.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'data_tables'
5
- s.version = '0.1.15'
5
+ s.version = '0.1.16'
6
6
  s.date = Time.now.strftime("%Y-%m-%d")
7
7
  s.summary = "Rails friendly interface into DataTables"
8
8
  s.description = "DataTables for Rails"
@@ -97,6 +97,8 @@ $(document).ready(function() {
97
97
  $('.dataTables_scrollHeadInner').width('100%');
98
98
  $('.dataTable').width('100%');
99
99
  $('##{datatable[:action]}').dataTable().fnAdjustColumnSizing(false);
100
+ $('.dataTables_scrollHead').width('100%');
101
+ $('.dataTables_scrollBody').width('100%');
100
102
  h = $('##{source}').height();
101
103
  if( h > $(window).height() *55/100 )
102
104
  {
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: data_tables
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.15
5
+ version: 0.1.16
6
6
  platform: ruby
7
7
  authors:
8
8
  - Duane Compton
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2013-09-05 00:00:00.000000000 Z
16
+ date: 2013-09-12 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  type: :development