Open rajprashanthr opened 5 years ago
I use custom actions to a listview with '.actions' . When I do it, the default batch actions options doesn't appear. Even if i use just .actions() on the listView the batch actions do not appear.
customer.listView().title('Customer Master').fields([ nga.field('companyName').label("Company Name").cssClasses("companyNameLink").isDetailLink(true), nga.field('customerId').label("").cssClasses("hide customerIdInp"), nga.field("city").label("City"), nga.field("industrySegmentName").label("Industry Segment"), nga.field("regionName").label("Region") ]) .filters([nga.field('companyName').label('Search').pinned(true)]) .listActions(LIST_ACTIONS) .actions(['
I use custom actions to a listview with '.actions' . When I do it, the default batch actions options doesn't appear. Even if i use just .actions() on the listView the batch actions do not appear.
customer.listView().title('Customer Master').fields([ nga.field('companyName').label("Company Name").cssClasses("companyNameLink").isDetailLink(true), nga.field('customerId').label("").cssClasses("hide customerIdInp"), nga.field("city").label("City"), nga.field("industrySegmentName").label("Industry Segment"), nga.field("regionName").label("Region") ]) .filters([nga.field('companyName').label('Search').pinned(true)]) .listActions(LIST_ACTIONS) .actions(['
', 'Export', 'create']) .batchActions(['delete']);