Hi Guys! I have some issue. When page load I have for example 1000 entries. I have some logic in my reportchange event:
this.pivot.on('reportchange', () => {
this.$nextTick(() => {
const value = _.cloneDeep(this.pivot.getReport());
delete value.dataSource;
this.setFilters({ filter: { reportSetup: { value } }, name: this.filterName });
});
});
I want to sort by table column value and after that I have for example 2 values instead of 1000, but Flexmonster returns in this.pivot.getReport() all reports without any filtering
Hello, Denis,
Thank you for reaching out to us.
Could you please provide more details on what you are trying to achieve?
More insight will help us to understand the situation better and to provide the best solution.
Looking forward to your reply.
Kind regards,
Vera