mattiash / angular-tablesort

Sort angularjs tables easily
MIT License
184 stars 66 forks source link

Add 'No items' field when use ng-repeat in tbody #83

Open mathewsun opened 7 years ago

mathewsun commented 7 years ago

I use ng-repeat in tbody (becouse my table have many nested layers), and when add ts-repeat, my rows show correct and sorting correct, but in top add row with 'No items' content.

Alberttg77 commented 7 years ago

you have to add the css file <link rel="stylesheet" href="bower_components/angular-tablesort/tablesort.css" />