stevenrskelton / sortable-table

Polymer Web Component that generates a sortable <table> from inlined or AJAX JSON, JSON5, and arrays.
https://stevenrskelton.github.io/sortable-table/
MIT License
196 stars 37 forks source link

Fix stevenrskelton/sortable-table#44 #45

Open nerk opened 9 years ago

nerk commented 9 years ago

This fixes the issue #44 for me. Please review and apply as appropriate.

stevenrskelton commented 9 years ago

Thanks, As you noted there might be something else to fix as part of your commit so I'll try and take a look at it over the weekend.

nerk commented 9 years ago

Great! You are right, there might be other parts to be fixed. The issue I mentioned regarding checkboxes in single-selection-mode is already fixed by this pull request, though. Just in case...