DimiMikadze / laravel-angular-cms

CMS built on Laravel, AngularJS and Material Design
MIT License
269 stars 100 forks source link

Large set of data #16

Closed sevmardi closed 7 years ago

sevmardi commented 7 years ago

I can't to figure out what kind of table lib you have implemented (or just haven't)? What if you want to search in large set of posts. Lets say 5000+

DimiMikadze commented 7 years ago

@sevmardi what you mean by table lib? there's no any specific search functionality for big data.

sevmardi commented 7 years ago

@DimitriMikadze I just thought you were using libraries such as ngTable or smart table that's all. Thanks!