Custom Scrollbar for Table

Is it possible to do a custom scrollbar for the table component?

Suppose if 8 items fit in the table , and I change the paginator value of elements in the current page to 10 or 15 instead of increasing the table size I want a scrollbar that automatically enables scroll after 8.

Hey,
you just need to define a max-height and set the Overflow property to auto on the Collection List container :slight_smile:

1 Like

got it done :raised_hands:

1 Like