PrintGroundLtd / PGMS

Print Ground Management System
0 stars 1 forks source link

Change grid starting rows to 2500 #47

Closed Magik3a closed 5 years ago

Magik3a commented 5 years ago

image

Magik3a commented 5 years ago

add this to the grid protected

getViewOptions(): Slick.RemoteViewOptions { var options = super.getViewOptions(); options.rowsPerPage = 2500; return options; }

Magik3a commented 5 years ago

image

Magik3a commented 5 years ago

This is will slow down the pages a little bit, allot of computing is done under the hood like Total payments and Total price is calculated per order. Imagine calculating it for 2500 orders and 50 users...