Controlling the width of table columns

I can think of two ways:

1. Forcing those spaces via ` symbol:

|`          Title           `|`          Title          `|
|----|---------|
|`          Value1           `|`          Value2           `|

Ok, It’s not very elegant! :flushed:

2. Using HTML:

|<nobr>Title</nobr>|<nobr>Title</nobr>|
|----|---------|
|<nobr>Value</nobr>|<nobr>Value</nobr>|
2 Likes