Open itoop2019 opened 4 months ago
Hi @itoop2019!
new EasyDataViewDispatcher({
grid: {
paging: {
enabled: true // enable paging
pageSize: 100 // default page size
allowPageSizeChange: true, // add selector to change page size
pageSizeItems: [20, 50, 100, 200] // page size options
}
}
}).run()
Many thanks, it works! I will be very grateful if you add an alias.
Hi! There are two questions.
Is there a setting for the number of lines on the page (items per page)?
The name of the model class (table in the database) becomes part of the address. Maybe the class has an alias so that the address can be substituted with an alias rather than the class name?