njleonzhang / vue-data-tables

A simple, customizable and pageable table with SSR support, based on vue2 and element-ui
https://njleonzhang.github.io/vue-data-tables
MIT License
1.02k stars 221 forks source link

Sorting error #6

Closed Lazac92 closed 7 years ago

Lazac92 commented 7 years ago

If i want to short my table, i get this warning to the console:

[Vue warn]: You may have an infinite update loop in a component render function. (found in component )

I checked your demo, and the 1st table do the same, the others don't.

njleonzhang commented 7 years ago

@Lazac92 Thanks, fix it. And release new version, please update the lib via npm and try again.

Lazac92 commented 7 years ago

Thank you!