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

DataTable "select all checkbox" and "export csv" exclude frozen rows #1042

Closed
ahmedkandel opened this issue Mar 2, 2021 · 0 comments
Closed
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@ahmedkandel
Copy link
Contributor

Hi,

When using <Column selectionMode="multiple"></Column> to have a select all checkbox it doesn't include the frozen rows while they have a checkbox which gives a wired behavior. The same thing while using exportCSV doesn't include the frozen rows.

The frozen rows are excluded from (Sort, Search, Filter, Pagination, ...) which is expected but excluding them from selection and export isn't expected "at least for me 😉".

I can make a PR to fix this it you agree with the idea. Thanks.

ahmedkandel added a commit to ahmedkandel/primevue that referenced this issue Mar 8, 2021
@cagataycivici cagataycivici self-assigned this Mar 10, 2021
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 10, 2021
@cagataycivici cagataycivici added this to the 3.3.5 milestone Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants