1 | import { |
||
0 ignored issues
–
show
introduced
by
![]() |
|||
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 |