Adding scroll in the editable grid

I have question like can we make editable grid to have a scroll after 4 rows.

  Discussion posts and replies are publicly visible

Parents Reply
  • You can estimate the scroll trigger point based on the number of rows by calculating an average row height and then setting the height parameter's value conitionally . However, this approach works best when your rows have a consistent height.

    If your rows include fields with dynamic or long text—such as paragraphs, comments, or other rich text—the row height can vary significantly. In such cases, relying on row count alone to control scrolling becomes unreliable.

    Could you please share the exact behavior you're aiming for? That way, we can suggest a workaround if one exists.

Children
No Data