-
- Downloads
Make table column width reasonable (#25436)
* Make table column width reasonable Truncate column name that is longer than 16 characters * Add a test to check header truncation of tables Also adjusted the shape of the header fn's return data a bit -> the `[:th ... ]` vectors aren't wrapped in a seq anymore. * Fix wrong max column character length* Update static viz table style * Address PR comment, simplifying the code Co-authored-by: Adam James <adam.vermeer2@gmail.com>
Showing
- src/metabase/pulse/render/style.clj 4 additions, 8 deletionssrc/metabase/pulse/render/style.clj
- src/metabase/pulse/render/table.clj 29 additions, 19 deletionssrc/metabase/pulse/render/table.clj
- test/metabase/pulse/render/table_test.clj 11 additions, 0 deletionstest/metabase/pulse/render/table_test.clj
Please register or sign in to comment