DataTable "select all checkbox" and "export csv" exclude frozen rows #1042
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
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 usingexportCSV
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.
The text was updated successfully, but these errors were encountered: