Hello community, I went through a massive rewrite of smart-table this week end and the global idea has changed quite a lot This is no longer configuration based but declarative ! You declare a top level attribute on the table which will provide an API accessible to sub directive (plugins) (works more or less as a mediator) So you can compose the behaviour of your table and have total control on the markup. It simplifies a lot the definition of the templates, how to format your cells and the style as Angular, HTML5 and CSS are already good at it. I believe it should fix a lot of the issues which were submitted It is also way more easier to plug your table to a server and pass to that server the "data state" expected. You can hook in your own plugins, and the built has also be streamlined so you can actually choose the plugins you want. And, yes it is therefore even more lighter: about 4kb minified with all the plugins included in the build. As an example ngGrid which is more popular and has more features is about 70kb without its dependencies.
Have more details at the documentation website <http://lorenzofox3.github.io/smart-table-website/> and give me some feedbacks, comments, etc We use it in my company and so far I must say it is much less painful to use (1 day :) ) as it could be by the post ! Thanks Laurent -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
