-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binding issue #66
Comments
I am able to print the data in my UI but there is no styling of grid.
|
Hi, @pranayvermado so did you resolve the first issue? Can you show me a screenshot of the second issue? Styles are loaded via Bootstrap, you must have bootstrap installed and you have to include the I decided not to add Bootstrap as a dependency since most of the grid is actually free of any class markup so you can use your own custom CSS or possibly other CSS frameworks that style tables |
Hi charlespockert , (https://cloud.githubusercontent.com/assets/5179806/10810861/5eaf0002-7e2b-11e5-9fc8-4e0b98d1acf0.PNG) Please check this out, I am having bootstrap in my project you can see the nav bar its from boot strap. Also one thing I want to tell you that I downloaded your project and do following steps Now the application is not loaded it throws error for systemjs, system.js is not found |
Please check this out, I am facing this error |
(https://cloud.githubusercontent.com/assets/5179806/10786552/d67ff67c-7d90-11e5-80e6-89f77e84b954.PNG)
I am getting above binding issue when i put this block of code in my view
(https://cloud.githubusercontent.com/assets/5179806/10786673/75c545c0-7d91-11e5-86ec-59825e46fdd7.PNG)
Please let me know how to resolve this.
The text was updated successfully, but these errors were encountered: