Skip to Content
0
Jun 02, 2020 at 04:12 AM

Smart Table - Batch Request

477 Views

Hi Guys,

Build a app with list report with detail page using SmartFilterBar , Smart tables. Made the enableAutoBinding as false in SmartTable. Initially I am loading list report with company code 1000 and Navigating to detail page and back to List report.Changed the company code as 2000 and navigating to details page, while navigating to list report, it calls the batch request with company code 1000 which is wrong. In Debug mode, checked the filter values are right. But When the Batch request called ,it holds the old company code. one more doubt here that enableAutoBinding as false how the batch request will called automatically while navigating from detail page to list ??

How to stop batch request while navigating from detail to list OR Update the filtes ?