drvic10k / bootstrap-sortable

adding sorting ability to bootstrap table
MIT License
513 stars 131 forks source link

Table inside table issue #105

Closed KrunchMuffin closed 5 years ago

KrunchMuffin commented 8 years ago

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?

drvic10k commented 8 years ago

why should the inner table content change when you sort the outer table?

KrunchMuffin commented 8 years ago

Sorry I didn't word that appropriately. I have a sortable table and each row has a non sortable table inside.

drvic10k commented 8 years ago

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

drvic10k commented 7 years ago

is this still valid?

KrunchMuffin commented 7 years ago

well ya, but I don't think ur understanding or I am not explaining it correctly.

KrunchMuffin commented 7 years ago

I will see if I can get sample up