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

Fix for issue#86, fixing useKOTemplates for headerTemplate, footerTemplate etc #142

Closed
wants to merge 2 commits into from
Closed

Fix for issue#86, fixing useKOTemplates for headerTemplate, footerTemplate etc #142

wants to merge 2 commits into from

Conversation

maxbrodin
Copy link

No description provided.

@chrisowhite
Copy link

I've got some changes I've been working on to add template support for widgets where templates render outside of the bound element, for the most part widgets that extend List. Seems like we could be trying to solve similar problems here.

@rniemeyer
Copy link
Member

I will work on testing/merging this one in the near future. Looks good!

@maxbrodin
Copy link
Author

The main problem with this thing, is that you don't have right context for "headerTemplate", "footerTemplate", "groupHeaderTemplate", "groupFooterTemplate" templates.
So you can't access column or column number or whatever in these templates.
This is also true for $index in the "rowTemplate"

@DrSammyD
Copy link

There might be an issue with this since detailTemplate will need to run unmemoize on detailInit

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

Successfully merging this pull request may close these issues.

4 participants