textual
textual copied to clipboard
[FEAT] Align text in a `DataTable`
It might be nice to have a convenient method to align text in a DataTable, for example to right-align numerical values, or center everything in a table.
I know that cells can contain Rich Text objects, but I just wonder if the alignment could be handled by the DataTable instead. Perhaps the alignment could be defined by column (similar to the tables in Rich)?