Hello
When I export a grid to CSV, I don’t get all the fields when I open the CSV file. I believe I have configured the fields I want to export correctly using…
$col[“export”] = true;
As an example, I have another grid where I have over 40+ fields and they all export fine with no problems so I do not know what I have done wrong with this other file.
I have included the file for your viewing.
https://gist.github.com/TboneDubu/815a63824d85c26251249f4ff3c4f385
Here is the screen capture of the exported CSV file showing that the fields are missing.
thank you
Tony
Please share table dump with testing data to regenerate case : tblarss, tblindex
Thanks Abu
Please see link below
https://drive.google.com/open?id=1p6Um_4k6Gxi7WTZHKmrXCJKKhCFhDrtV
Please note that I have since changed the field in tblarss to tags just so it is different from the same field in tblindex.
thank you
Tony
My apologies Abu if you wasted a lot of time to solve my issue. I mistakenly had two fields mapped twice to the grid in the ADIARSS.php file which gave very random results for column choosing and exporting.
thank you
Tony
Ok, thanks for reporting back.