Changelog
Last updated
Last updated
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
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).
Added option to force a cell's value to be a string, instead of a number / boolean.
Added auto-binding capability.
Fixed some bugs around the height of the table. Improved the way the height is set.
Fixed a bug that was restricting the height of the table
Fixed "min dimensions" feature.
Added ability to replace quotes, to help with regex manipulation
Added support for excel formulas in cells.
Added ability to retrieve a list of values from a specific column within bubble (much easier to use the data afterwards this way).