First commit
This commit is contained in:
20
application/demo/pages/newsItemPage.tableControl.js
Normal file
20
application/demo/pages/newsItemPage.tableControl.js
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
import pagination from './newsItemPage.pagination.js';
|
||||
|
||||
import limit from './newsItemPage.limit.js';
|
||||
|
||||
import label from '/elements/label.js';
|
||||
|
||||
export default class tableControl{
|
||||
|
||||
pageLabel = new label("Select page:");
|
||||
|
||||
pagination = new pagination();
|
||||
|
||||
limitLabel = new label("Select items per page:");
|
||||
|
||||
limit = new limit();
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user