drvic10k / bootstrap-sortable

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

Had uncaught SyntaxError: #98

Closed AlexanderRodecape closed 8 years ago

AlexanderRodecape commented 8 years ago

I was getting this error in my knockout, breeze application with durandal.

uncaught SyntaxError: Failed to execute 'querySelector' on 'Element': 'td:nth-child(NaN)' is not a valid selector

Adding '$.bootstrapSortable(true);' to the Durandal function, 'compositionComplete' of my view model fixed the issue. compositionComplete is called when Durandal has completed composition of the entire page.

Just thought this might help someone one day.

Thanks for making this easy to install bootstrap sorting add-in, Alex

drvic10k commented 8 years ago

thanks for sharing the experience, I labeled the "issue" as compatibility and I will close it