table.set_border_width() - Pine Script Function
table.set_border_width()
Section titled “table.set_border_width()”Overview
Section titled “Overview”The function sets the width of the borders (excluding the outer frame) of the table’s cells.
Syntax
Section titled “Syntax”table.set_border_width(table_id, border_width) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| table_id | series table | A table object. |