First commit
This commit is contained in:
26
application/demo/list/header/news.list.header.js
Normal file
26
application/demo/list/header/news.list.header.js
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
|
||||
import news from '../../news.js';
|
||||
|
||||
import body from './news.list.header.body.js';
|
||||
|
||||
import title from './news.list.header.title.js';
|
||||
|
||||
import price from './news.list.header.price.js';
|
||||
|
||||
import actions from './news.list.header.actions.js';
|
||||
|
||||
import gridViewRow from '/elements/gridView/gridView.header.row.js';
|
||||
|
||||
|
||||
export default class newsListHeader extends news, gridViewRow {
|
||||
|
||||
body = new body();
|
||||
|
||||
title = new title();
|
||||
|
||||
price = new price();
|
||||
|
||||
actions = new actions();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user