hi everyone,
I just realized, that in kirby 3.7.5 (didnt test others) when a structure has a limit set the index of the rows starts with 0. if no limit is set it starts with 1. this is only visual though (table numbering in the panel), if you are populating lets say a select/multiselect with this structure, the values are still the same.
texnixe
September 24, 2022, 7:06am
2
Can’t test this now, but sounds like a bug. If it’s still present in the 3.8.0-rc, could you please create an issue on GitHub?
can confirm it also happens with 3.8.0-rc, will continue in github
according to bastian this should be ammended in the next release
opened 07:33AM - 24 Sep 22 UTC
closed 10:08AM - 26 Sep 22 UTC
type: regression 🚨
## Description
hi everyone,
I just realized, that in kirby 3.7.5 and 3.8.0-r… c when a structure has a limit set, the index of the rows starts with 0. if no limit is set it starts with 1. this is only visual though (table numbering in the panel), if you are populating lets say a select/multiselect with this structure, the values are still the same.
**Expected behavior**
when field has a pagination limit it should also start at 1
**Screenshots**

## To reproduce
just create 2 simple structures, one with and one without limit for pagination
## Your setup
**Kirby Version**
3.7.5 and 3.8.0-rc