-
Notifications
You must be signed in to change notification settings - Fork 490
Is there an angular2 way for tables #948
Comments
If you use the angular cli then you can try the following: npm install jquery than add the javascript to your scripts block in the angular-cli.json file After that it should be possible to call In the HTML the table should be marked with #example |
Still shows data not available in table |
angular-datatables v2.0.X still does not have any angular renderer. Thus you can't use it like this yet. |
Are there any plans to add the angular renderer? Presumably this will stop many people from being able to use the library. |
Yes, I plan to do it. However, as I'm still trying to figure out the front stack... It might take a while. |
Excellent. It's a promising library, and having Angular2 support will be an essential addition. |
Duplicate of #955. |
Uh oh!
There was an error while loading. Please reload this page.
What versions you are using?
What's the problem?
Table content is displayed and i still get "No data available in table error". In angular 1, datatable="ng" solved my problem. This doesn't seem to work i angular 2.
Can you share your code?
The text was updated successfully, but these errors were encountered: