-
Notifications
You must be signed in to change notification settings - Fork 143
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
layoutTemplate not working with <table> #118
Comments
currently it is impossible, i think :( but you can make output rss entries in table by another way ;)
javascript:
|
I will try that, thanks for the reply |
@myrises , It is interesting that you think tables are not possible for the time being (I have just tried, myself, with no success) but one of the examples in the readme goes like this:
I now wonder if it should/did work, but does not anymore. |
Hi,
When I do a
layoutTemplate: '<table>{entries}</table>'
it never adds the start nor the end of the table tag, it only produces the tags within the entryTemplate.I tried your examples in JSFiddle and I get the same results, so there is no interference from any other lib I am using in my project.
JSFIddle here; https://jsfiddle.net/AFHfn/2551/
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: