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
In 0.40, the DataTable has introduced some padding to the right of all cells in the DataTable component. This is especially prominent in compact mode, and makes alignment seem off. See screenshot of before 0.40 and after 0.40, using the same data and config (These columns are center aligned):
Steps to Reproduce
Create a DataTable with compact=true, and set align=right. You will see unnecesarry padding to the right in the columns.
Logs
System Info
Severity
annoyance
Additional Information, or Workarounds
Possible workaround could be to change the format string of the column to include a space padding to the left of the string
The text was updated successfully, but these errors were encountered:
Describe the bug
In 0.40, the DataTable has introduced some padding to the right of all cells in the DataTable component. This is especially prominent in compact mode, and makes alignment seem off. See screenshot of before 0.40 and after 0.40, using the same data and config (These columns are center aligned):
Steps to Reproduce
Create a DataTable with compact=true, and set align=right. You will see unnecesarry padding to the right in the columns.
Logs
System Info
Severity
annoyance
Additional Information, or Workarounds
Possible workaround could be to change the format string of the column to include a space padding to the left of the string
The text was updated successfully, but these errors were encountered: