tabulator-rails 0.3.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- /* Tabulator v3.5.3 (c) Oliver Folkerd */
1
+ /* Tabulator v4.0.0 (c) Oliver Folkerd */
2
2
  .tabulator {
3
3
  position: relative;
4
4
  border: 1px solid #999;
@@ -173,7 +173,7 @@
173
173
 
174
174
  .tabulator .tabulator-header .tabulator-calcs-holder {
175
175
  box-sizing: border-box;
176
- min-width: 200%;
176
+ min-width: 400%;
177
177
  background: #f3f3f3 !important;
178
178
  border-top: 1px solid #aaa;
179
179
  border-bottom: 1px solid #aaa;
@@ -189,7 +189,7 @@
189
189
  }
190
190
 
191
191
  .tabulator .tabulator-header .tabulator-frozen-rows-holder {
192
- min-width: 200%;
192
+ min-width: 400%;
193
193
  }
194
194
 
195
195
  .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabulator-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - tanvir hasan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-03 00:00:00.000000000 Z
11
+ date: 2018-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler