'PineScript: Is it possible to scroll inside a table?

Sometimes the content of the table is larger than the table itself.

Is it possible to scroll the content of the table?

Or to use any other element instead of a table to achieve this?



Solution 1:[1]

Scrolling is not supported.

You can try using a smaller text size. Change text_size argument of table.cell() to size.small for example.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 vitruvius