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

Unable to see table body data #37

Closed
bpowell415 opened this issue Jun 25, 2015 · 4 comments
Closed

Unable to see table body data #37

bpowell415 opened this issue Jun 25, 2015 · 4 comments

Comments

@bpowell415
Copy link

Using version0.7.10, the table doesn't display the cell data. I see the no-repeat iterate over my array, I confirm the data exists and has the right property.

@Zacharias3690
Copy link
Contributor

Should be fixed as of 0.7.11

@bpowell415
Copy link
Author

There are 2 different versions out now. I grabbed it from thirdcorenr llc
repo which is broken.

It is setting the row template html to "".

In your personal repo, it isn't the same code for the directive.

On Thu, Jun 25, 2015 at 10:16 AM, Zach Barnes [email protected]
wrote:

Should be fixed as of 0.7.11


Reply to this email directly or view it on GitHub
#37 (comment)
.

@Zacharias3690
Copy link
Contributor

Looks like it's broken without a columnDisplay option. I'm fixing it now but a temp fix is setting options.columnDisplay to [1,2,...] to match the column index. so a table with 3 columns would be [1,2,3]

@Zacharias3690
Copy link
Contributor

Resolved with 0.7.12

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