Git Product home page Git Product logo

angular2-iron-data-table's People

Contributors

saulis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

angular2-iron-data-table's Issues

Update for Angular 2 final

Trying to use with the final angular 2 release, but got typescript errors when building.

I also ran into issues using with the shady dom which I ended up fixing with:

dom.appendChild = function(el, node) {
if (node.nodeName === '#comment') {
el.appendChild(node);
} else {
Polymer.dom(el).appendChild(node);// Polymer.dom.flush();

//Guessing there's a better way to tell if something is a polymer element than checking for 'is'?
if( !el.is ) {
  Polymer.dom.flush();
}

}
};

Anyway, thanks for your work on this and the data table, they are really nice :)

unusable

This repo seems awesome but very difficult to implement!
I tried with angular-cli beta17 no success I can't get it working with angular -cli beta 17 a lot of errors, some enhancement in mind ? thanks

Include index.ts within npm module

Currently only index.js file is included in npm module. It uses System.register... inside which makes it unusable with webpack because it throws Uncaught ReferenceError: System is not defined.

Would be nice to have index.ts file within npm module so webpack users can use iron table as well.

p.s Angular cli is migrating to webpack and systemjs will be dead soon.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.