Separating a cell into single cells
-
I have a program that stores information for statistics in mysql , I want to diplay that information with this plugin if possible.
By the way love the plugin, absolutely fantastic!!
The information from the SQL is stored in a single row, and it is separated by commas, is it possible with this plugin to display the information that is separated by commas as information in separate rows? For example, Information appears like this in the data table in SQL
{ "LastUpdate": 1589436819, "var1": 2, "var2": 2, "var3": 0, "var4": 0, "var5": 0, "var6": 0, "var7": 0, "var8": 0, "var9": 0, "var0": 0, "NamesChecks": [ "abc" ], "Sent": [ ], "Pickups": {}, "Plants": {}, "Delivered": {} }I would like to display the following information in a normal and easy to read table. Is this possible ?
The topic ‘Separating a cell into single cells’ is closed to new replies.