stevenrskelton / sortable-table

Polymer Web Component that generates a sortable <table> from inlined or AJAX JSON, JSON5, and arrays.
https://stevenrskelton.github.io/sortable-table/
MIT License
196 stars 37 forks source link

Port to polymer 1.0 #43

Open MetaMemoryT opened 9 years ago

stevenrskelton commented 9 years ago

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.

masonlouchart commented 9 years ago

+1

MetaMemoryT commented 9 years ago

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.

rbjarnason commented 9 years ago

+1

stevenrskelton commented 9 years ago

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:

inureyes commented 9 years ago

@stevenrskelton looking forward to your fantastic work :+1:

danielbaak commented 9 years ago

+1

roalva1 commented 9 years ago

+1 Hi, is there any due date for this? Thanks!!!

SebastianBoyd commented 9 years ago

+1

CragVFX commented 9 years ago

+1

FalconerTC commented 9 years ago

+1

richardtallent commented 9 years ago

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

fxedel commented 9 years ago

+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)".

daniele-orlando commented 9 years ago

+1

masonlouchart commented 9 years ago

Someone tried to use Polyup on this component ?

ghost commented 9 years ago

:+1:

danielbaak commented 9 years ago

just tried a polyup. It fails with a cryptic error message. Didn't get to trace / debug the error.

https://github.com/PolymerLabs/polyup/issues/93

arvati commented 8 years ago

+1

hzmsrv commented 8 years ago

+1

yutingzhao1991 commented 8 years ago

+1

tidzo commented 8 years ago

Would you mind updating the description on customelements.io to show that this element only works with Polymer 0.5, please?

gabrielle-perez-movile commented 8 years ago

+1

McPringle commented 8 years ago

Looks like this component is not supported by the developer any more.

gabrielle-perez-movile commented 8 years ago

@McPringle I will try the paper-datatable

McPringle commented 8 years ago

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

gabrielle-perez-movile commented 8 years ago

@McPringle Do you know some similar lib? Something that not only shows the table but handles sorting and pagination?

McPringle commented 8 years ago

@gabrielle-perez-movile After trying out several different components the best so far (for my needs) is https://customelements.io/vaadin/vaadin-grid/