quintly Product changes logo

Product changes

Back to Homepage Subscribe to Updates

Labels

  • All Posts
  • New feature
  • Improvement
  • Data
  • Fix

Jump to Month

  • December 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
Improvement
3 years ago

Improvement to table width logic in metric builder 🔨

This is an important update for all our custom metric builders! The width system that you can find in the config has been replaced. We no longer require that the sum of the column widths equal 1 instead the column width logic is now based on ratios.

For example, the old width logic of a table with 3 columns was:

width: 0.25 | width: 0.25 | width: 0.5

The new width logic of a table with 3 columns which is based on ratio becomes:

widthRatio: 1 | widthRatio: 1 | widthRatio: 2

The advantage of the new width logic is that you no longer have to adjust every new column you add to your table with a width. If the width ratio is not specified, it will default to 1. If you need more information about this update, please don't hesitate to contact our customer success team via live chat or support@quintly.com.