Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

batch actions doesn't appear on selection if we use .actions to a listView #1396

Open
rajprashanthr opened this issue Oct 15, 2019 · 0 comments

Comments

@rajprashanthr
Copy link

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']);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant