src/ig_backgrid.js   A
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 21
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 4
Bugs 0 Features 0
Metric Value
cc 0
c 4
b 0
f 0
nc 1
dl 0
loc 21
rs 10
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 1
1
import {
0 ignored issues
show
introduced by
Definition for rule 'keyword-spacing' was not found
Loading history...
2
  PageableCollection
3
} from './backgrid_extensions/backbone.paginator.js';
4
5
import {
6
  Backgrid
7
} from './backgrid.es6.js';
8
9
import {
10
  PageHandle,
11
  Paginator
12
} from './backgrid_extensions/backgrid-paginator.js';
13
14
import {
15
  SizeAbleColumns
16
} from './backgrid_extensions/backgrid-sizeable-columns.js';
17
18
export {
19
  Backgrid
20
};
21
export default Backgrid;
22