Zizzamia / ng-tasty

A tasty collection of reusable UI components for Angular, like grandma used to make. Like Table directive, WebSocket / Debounce / Throttle service, Range / Camelize / Slugify filters
MIT License
435 stars 64 forks source link

I have been using this for a few month but am going to stop using it #200

Open firecentaur opened 8 years ago

firecentaur commented 8 years ago

Hi there,

Thanks for programming this, it has been useful, but a few things make it really difficult to use, and thus I am going to try smart-table instead.

What I don't like about this module is that in order to populate the table, you have to use bind-resource="somefunction()".

Then the"somefunction" needs to accept to magic parameters as so: var somefunction = function(params,paramsObj){}

the params holds page and count.

This seams weird, and makes the table not so flexible...

Zizzamia commented 8 years ago

Happy you will use a better solutions for your project :-)

What you suggest to make the table more flexible? Thank You so much to open this discussion