Replies: 0
Hello.
I´m using the plugins, and i like it a lot. But when i wanna export some table i have found out that the link of the file is gone.
I´m debuging the code and i see that i have 9 columns, but the debuger show this:
Object {columns: Array(1)}
columns:Array(1)
0:"0,1,2,3,4,6,7,8,9"
length:1
__proto__:Array(0)
__proto__:Object
However, in the header array are all fields:
header:Array(9)
0:"Nombre"
1:"Email"
2:"Direccion"
3:"Provincia"
4:"Localidad"
5:"Archivo"
6:"Mensaje"
7:"Privcidad"
8:"Created On"
And here i show the data from a column
Array(9)
0:"userr"
1:"email"
2:"address"
3:"location"
4:"town"
5:" " //this would be the file link
6:"message"
7:"1"
8:"2017-07-10 14:34:58"
Thank you in advance.