Skip to content
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

Open
pranayvermado opened this issue Oct 28, 2015 · 4 comments
Open

Binding issue #66

pranayvermado opened this issue Oct 28, 2015 · 4 comments

Comments

@pranayvermado
Copy link

(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.

@pranayvermado
Copy link
Author

I am able to print the data in my UI but there is no styling of grid.

<template>
    <grid repeat.for="row of names">
        <grid-row>
            <grid-col heading="ID" field="id" class="col-md-6">${ row }</grid-col>
            <grid-col heading="Name" field="name" class="col-md-6">${$index}</grid-col>
        </grid-row>
    </grid>
</template>

@charlespockert
Copy link
Owner

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 .css file in your application somewhere.

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

@pranayvermado
Copy link
Author

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.
I like this grid and it seems very useful for me.

Also one thing I want to tell you that I downloaded your project and do following steps
1.npm install
2.jspm install -y
3. jspm install jspm install github:charlespockert/aurelia-bs-grid
4. gulp watch

Now the application is not loaded it throws error for systemjs, system.js is not found

@pranayvermado
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants