You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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([
', 'Export', 'create'])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(['
.batchActions(['delete']);
The text was updated successfully, but these errors were encountered: