Table fix

This commit is contained in:
Robert Jelic
2025-10-30 08:17:26 +01:00
parent f704d428a0
commit 79514db6a5

View File

@@ -138,7 +138,7 @@ Set data with automatic formatting
### Parameters ### Parameters
* `rawData` `table` The raw data array (array of row arrays) * `rawData` `table` The raw data array (array of row arrays)
* `formatters` `table` ? Optional formatter functions for columns {[2] = function(value) return value end} * `formatters` `table` ? Optional formatter functions for columns `{[2] = function(value) return value end}`
### Returns ### Returns
* `Table` `self` The Table instance * `Table` `self` The Table instance