Need a special offer?Find out if your project fits.
+

Flexmonster Table showing additional unwanted columns

Answered
Mayank Goyal asked on June 16, 2021

Hi Team,
In the previous version of flexmonster, I was able to remove extra columns from table, which were not required to be displayed. But in the latest version update I am not able to do so. Extra columns can be seen in the table which I want to hide.
VERSION: 
("react-flexmonster": "^2.8.31")
CODE: 

const jsonData = [{
setupName: { type:'string', caption:t('setup_name') },
aggregatorName: { type:'string', caption:t('payer_agg') },
countryName: { type:'string', caption:t('country') },
payerName: { type:'string', caption:t('payer') },
lastModifiedDt: { type:'string', caption:t('last_modified_date') },
}];
const newData= jsonData.concat(API_Data);

 
Previously, this piece of code showed only these 5 keys in flexmonster table. But now all 20 keys are displayed in the table. (Screenshot attached).
 
Please suggest something regarding this. 

Attachments:
Capture.PNG

1 answer

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster June 16, 2021


Hello,
 
Thank you for posting on our forum.
 
We want to confirm that the mapping behavior was changed in the latest versions of Flexmonster.
We suggest checking out the following forum thread to learn the reasons for this change and possible approaches to configure the desired display: https://www.flexmonster.com/question/a-problem-occurred-after-upgrading-the-version/.
 
Please let us know if it helps.
Feel free to contact us if other questions arise.
 
Best regards,
Illia

Please login or Register to Submit Answer