I am trying to display some content in Cell of TableViewer component. It displays almost every character except tab (\t) character. It looks like it ignores \t character. Any one know any fix for this?
For workaround to this issue, I tried replacing \t with few space characters and it looks like behavior of Tab character. But I wan’t to know why ‘\t’ is not properly displayed in TableViewer.
Any suggestion is appreciated.
Thanks.
You can use Textlayout and set the size of the tabs in pixelsusing setTabs().Here is an example: