[SOLVED] Boolean Inline Editable Scroll Bug?

When you create a schema that contains fields that are inline editable, the boolean fields when the page size increase doesn’t go inline with the number of items on the field.

So for example

Company Entity

id (number)
Description (string)
Location (string)
Is Still in Business? (Boolean)

Then in the content section, when you have 15 or more items, change the page size from the default 10 items to 20 items, you will see that the checkbox no longer becomes in-line with the items on the grid.

1 Like

Thanks, it is solved.

1 Like