Open MetaMemoryT opened 9 years ago
+1
now polymer is 1.0 https://www.polymer-project.org/1.0/
the new way to do repeats is: dom-repeat
https://www.polymer-project.org/1.0/docs/devguide/templates.html#dom-repeat
It should be stable because of the 1.0 release.
+1
Cool. I started porting some of my other, simplier, components at 0.8 but couldn't get full functionality. The 1.0 release seems to have made things a bit better, but the documentation isn't quite there yet so this might take a while :disappointed:
I'm working on it :+1:
@stevenrskelton looking forward to your fantastic work :+1:
+1
+1 Hi, is there any due date for this? Thanks!!!
+1
+1
+1
Not to pile on, but a hearty +1. I'm flabbergasted that Google didn't have at least a basic reference Paper component for tables. They do cover tables in the material design documentation now (including screen shots), which I don't recall seeing before. Maybe it will contain some useful ideas:
https://www.google.com/design/spec/components/data-tables.html
+1 by me, too ...
@richardtallent: As seen in PolymerElements/paper-elements, Google is working on paper-data-table element. But "This one is very complex, and tentatively planned for the mid- to distant-future (i.e. months not weeks)".
+1
Someone tried to use Polyup on this component ?
:+1:
just tried a polyup. It fails with a cryptic error message. Didn't get to trace / debug the error.
+1
+1
+1
Would you mind updating the description on customelements.io to show that this element only works with Polymer 0.5, please?
+1
Looks like this component is not supported by the developer any more.
@McPringle I will try the paper-datatable
@gabrielle-perez-movile That project seems to be dead, too. It does not work with the actual version of Polymer and the last commit by the author was last year.
@McPringle Do you know some similar lib? Something that not only shows the table but handles sorting and pagination?
@gabrielle-perez-movile After trying out several different components the best so far (for my needs) is https://customelements.io/vaadin/vaadin-grid/
I've been trying to port some of my smaller components and there is a lot of stuff not working. This component heavily relies on
x-repeat
templates; I'll let them be marked as stable before I give 0.8 a second look.