David-Mulder / paper-datatable

A material design implementation of a data table.
GNU General Public License v3.0
237 stars 92 forks source link

Path issue when item selected and move to next page #95

Closed allenmoatallen closed 8 years ago

allenmoatallen commented 8 years ago

I seem to be having a problem where the next page won't load (endless loading bar) when I select a single item and then click to navigate to the next page of data. If I deselect the item and do the same thing it works perfectly.

The error I get is:

TypeError: path[i] is undefined in Polymer.html.js 2027:5

allenmoatallen commented 8 years ago

Nevermind! I had a different issue that was causing weird behavior.