Pricing Blog

Grid/table with limited columns/rows

  • esclarecido-1205829912746004550

    esclarecido

    1 year ago

    I have an array with 90 objects and I want display in table with only 10 columns and the unlimited number of rows. How can I do that?
  • lucasg-1205907137914478674

    Lucas G

    1 year ago

    If you don’t need to get fancy with it then you can just use a Take node and grab the first 10 items
    👍1
  • lucasg-1205908358788546682

    Lucas G

    1 year ago

    Ah I misread. You can just set the columns you want to display on the repeated item