You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Currently polymer does not handle external css well, you must declare it in the head of a document, and this breaks encapsulation of web components.
We could extend sortable-table into sortable-table-bootstrap, sortable-table-ext4js, and have the theme embedded in <style shim-shadowdom> elements. The only frustration of that is auto-formatting embedded css, but js-beatify and atom-beautify help with that.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently polymer does not handle external css well, you must declare it in the head of a document, and this breaks encapsulation of web components.
We could extend sortable-table into sortable-table-bootstrap, sortable-table-ext4js, and have the theme embedded in
<style shim-shadowdom>
elements. The only frustration of that is auto-formatting embedded css, but js-beatify and atom-beautify help with that.The text was updated successfully, but these errors were encountered: