TableBuilder

A helper library to make it simpler to create tables in pinescript
This is a simple table building library that I created because I personally feel that the built-in table building method is too verbose. It features chaining methods and variable arguments.
There are many features that are lacking because the implementation is early, and there may be antipatterns because I am not familiar with the runtime behavior like pinescript. If you have any comments on code improvements or features you want, please comment :D
Font, Align and Size features implemented in Row/Cell object
Width(this, width)
Change the width of all cells in that row
Parameters:
this
width
Returns: Row
Height(this, height)
Change the height of all cells in that row
Parameters:
this
height
Returns: Row
Font(this, text_font_family)
Change the width of all cells in that row
Parameters:
this
text_font_family
Returns: Row
AlignH(this, halign)
Change the horizontal align of all cells in that row
Parameters:
this
halign
Returns: Cell
AlignV(this, valign)
Change the vertical of all cells in that row
Parameters:
this
valign
Returns: Cell
업데이트됨
Size(this, width, height)
Change the width of all cells in that row
Parameters:
this
width
height
Returns: Row
Libreria Pine
In pieno spirito TradingView, l'autore ha pubblicato questo codice Pine come libreria open-source in modo che altri programmatori Pine della nostra comunità possano riutilizzarlo. Complimenti all'autore! È possibile utilizzare questa libreria privatamente o in altre pubblicazioni open-source, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento.
Declinazione di responsabilità
Libreria Pine
In pieno spirito TradingView, l'autore ha pubblicato questo codice Pine come libreria open-source in modo che altri programmatori Pine della nostra comunità possano riutilizzarlo. Complimenti all'autore! È possibile utilizzare questa libreria privatamente o in altre pubblicazioni open-source, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento.