Changelog

v1.5.0 — Jul 8, 2023

  • Added ability to sort columns by alphabetical order

  • Added ability to delete rows

  • Added experimental feature to rename columns. Only partially functional currently

    • Added ability to get column names

v1.4.0 — Apr 19, 2023

  • Added ability to set a default value for blank cells. (This can also be used to set static data to your JSON if you set the field as "hidden" - for example, if you want to add the bubble ID of a thing to all values). More details here

  • Added option to force a cell's value to be a string, instead of a number / boolean.

v1.3.0 — Mar 18, 2023

v1.2.1 — Mar 8, 2023

  • Fixed some bugs around the height of the table. Improved the way the height is set.

v1.2.0 — Feb 8, 2023

  • Added support for excel formulas in cells. Check out more details here

  • Added ability to retrieve a list of values from a specific column within bubble (much easier to use the data afterwards this way). More details here

  • Fixed a bug that was restricting the height of the table

v1.1.2 — Jan 30, 2023

  • Fixed "min dimensions" feature.

  • Added ability to replace quotes, to help with regex manipulation

Last updated