You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a hard time understanding the various table formatting options. I have code that makes a table that looks like this. The only formatting I have added is to center text in each column and to set the cell width equally to all interior cells:
What do I need to achieve this? I've played with various combinations of hiding borders, changing border and corner characters, and other things, but the result is usually parts look like what I want, and other parts are wrong. I think I'm just missing some core concepts in the rendering model, or possibly how I'm specifying the directives with the fluent interface.
How should I approach formatting the table like above?
The text was updated successfully, but these errors were encountered:
I am having a hard time understanding the various table formatting options. I have code that makes a table that looks like this. The only formatting I have added is to center text in each column and to set the cell width equally to all interior cells:
What I want is this formatting:
What do I need to achieve this? I've played with various combinations of hiding borders, changing border and corner characters, and other things, but the result is usually parts look like what I want, and other parts are wrong. I think I'm just missing some core concepts in the rendering model, or possibly how I'm specifying the directives with the fluent interface.
How should I approach formatting the table like above?
The text was updated successfully, but these errors were encountered: