Author Topic: How can I get Data from remote without paging?  (Read 2967 times)

amberfan

  • Newbie
  • *
  • Posts: 6
    • View Profile
How can I get Data from remote without paging?
« on: December 23, 2014, 12:42:34 pm »
Hi,
I want to show my data from remote but I don't want any paging.
I tried to do it but failed.
Could you please show me an example?
Thank you!

atmaneuler

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: How can I get Data from remote without paging?
« Reply #1 on: October 15, 2020, 11:54:34 am »
Try use null array layout, like this:
Code: [Select]
pageModel: {
        ...
        layout: [],
        ...
      },