Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

error mark rows as selected on expand row #29

Closed
mail2dve opened this issue Feb 12, 2019 · 1 comment
Closed

error mark rows as selected on expand row #29

mail2dve opened this issue Feb 12, 2019 · 1 comment

Comments

@mail2dve
Copy link

After expand row in dataTable mark as selected more then one row

Source row 117 is :
select && (selectedIndexes = dataTable.rows({selected: true}).indexes().toArray());

Check for variable:
dataTable.rows({selected: true}).indexes().toArray();
Console: (2) [0, 1]

dataTable.rows(".selected").indexes().toArray();
Console: [1]

@homfen
Copy link
Owner

homfen commented Feb 14, 2019

image

Maybe you miss the opportunity.

@homfen homfen closed this as completed Feb 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants