page_size property

page_size property

Sets/Gets whether to do pagination GridJs will limit the row size based on the PageSize,if PageSize is -1,it will not do pagination the default value is -1

Definition:

@property
def page_size(self):
    ...
@page_size.setter
def page_size(self, value):
    ...

See Also