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

Table not rendering properly in safari #1

Open mshenoy-zz opened 10 years ago

mshenoy-zz commented 10 years ago

screen shot 2014-08-05 at 7 16 07 pm

stevenrskelton commented 10 years ago

As long as Safari has an orange "Limited (Usable)" support for Templates on http://www.polymer-project.org/resources/compatibility.html, I'm afraid this bug will persist.

It's outlined in http://www.polymer-project.org/docs/polymer/databinding-compat.html, sadly the choice is either not use template tags inside table tags or not support Safari and IE11.

In this project it isn't even a choice; the code requires nested sibling template tags to support full customization of the tr rows.

stevenrskelton commented 10 years ago

I'll add that wontfix might be inaccurate. It might be possible to create a stripped down version of the sortable-table that doesn't require the complex nested templates that the full version does.

But from what I hear Safari should have full support for polymer in a future release.