During the data uploading process, if the user imports a smaller amount of columns than the number of columns contained in the original csv file, when the table is re-stored during app navigation exploiting data stored in the PHP session there will be an incongruity between the table columns and the rows. This error is originate in Includes -> uploader.js - > storeDatainSession(), i.e. check the info passed via the ajax call.
During the data uploading process, if the user imports a smaller amount of columns than the number of columns contained in the original csv file, when the table is re-stored during app navigation exploiting data stored in the PHP session there will be an incongruity between the table columns and the rows. This error is originate in Includes -> uploader.js - > storeDatainSession(), i.e. check the info passed via the ajax call.