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
Hey there,
what do you think of centering column contents, or aligning (numbers) to the right?
As far as I can see, there is a buildCell method that calls another pad method and also already knows the column width. Roughly outline as use example:
<?php$climate->table($data, [
// STR_PAD_RIGHT or null is default anyway// 'name' => STR_PAD_RIGHT,'age' => STR_PAD_LEFT,
'centered' => STR_PAD_BOTH
]);
Hey there,
what do you think of centering column contents, or aligning (numbers) to the right?
As far as I can see, there is a buildCell method that calls another pad method and also already knows the column width. Roughly outline as use example:
And inside the Table class, I imagine:
Regards
The text was updated successfully, but these errors were encountered: