Closed KrunchMuffin closed 5 years ago
why should the inner table content change when you sort the outer table?
Sorry I didn't word that appropriately. I have a sortable table and each row has a non sortable table inside.
if you don't specify data-value
for the cell, it's taken as the text of the cell, which in this case is not very useful
so if you want to sort it in some meaningful way, it would be best to set the data-value
attributes by yourself
is this still valid?
well ya, but I don't think ur understanding or I am not explaining it correctly.
I will see if I can get sample up
V2.0.1 I have a sortable outer table, with non-sortable inner table. the inner only shows when I click a details button. When open and I sort the outer table, the inner table content does not change. Is there a way to rectify that?