NOTE: In practice, this has another issue that need to be addressed/considered. In this case, the data values are dynamic which means column resizing may need to be adjusted between UI updates. This is trivial to change, but performance impact should be considered before applying such a change.
If the table data contains members that are (for instance) and integer type, the table rendering will not be handled correctly.
An example that would be good to support would be (on a Linux system):
NOTE: In practice, this has another issue that need to be addressed/considered. In this case, the data values are dynamic which means column resizing may need to be adjusted between UI updates. This is trivial to change, but performance impact should be considered before applying such a change.