Sorry to bring an old topic back up, but looking into the detailed docs, it appeared that updating tables was still not implemented. In a personal project, a weather station, I’m using the table to display values, humidity, average temp etc, in a table. It works okay, but is extremely inefficient in its coding.
Sorry also here about bringing it up, but I was thinkint about use this widget and I think it is very limited even that it could be a very powerful widget…
I’m starting to do a new watering device, my device can water the plants more than 8 times a day and also it have 6 valves (that can be opened 8 times a day)
A table that can hold HOUR #VALVE and SECONDS (more than only two columns) could be a great idea, also can have the weekday if more than 3 columns available
I hope the devs can do a variable column table for this and other projects.
I just started experimenting with the Table widget. I too feel it has a LOT of potential, and deserves more attention! I was planning to use it as a kind of “event log”. I see here https://github.com/blynkkk/blynk-library/issues/324 that the Table IS getting some attention, with an “update” command implemented for the next (0.4.8) release. I would like to see the ability to also delete a row by swiping it to the right or left, but I’m not sure what kind of development effort that would be. If implemented, there would need to be an option to enable/disable delete in widget settings, otherwise it would potentially “break” behavior for anyone using it as a list of command buttons.
The other thing that would be nice is the ability to change the icon. As far as I can tell, if enabled, it’s always the same green dot. It would be great if you could set an arbitrary value in the “icon” column–not to exceed a rather narrow width, of course. It could be used for things like category codes of say 1-3 characters, or…send a Unicode string to display an icon (ex: \xE2\xAD\x90 would display a star…it already works when including such a string in one of the column values. ).