Can i use datatables inside Polymer component?

Can i use datatables inside Polymer component?

vvronlinevvronline Posts: 2Questions: 1Answers: 0

Hi All,
we are building an web application using angular + Polymer. we have a requirement to show table with add/edit/details/icons etc which are there in datatables.js. We have been using this in many other projects and we liked it more friendly in aspects of developement as well as rich User experience to end users.
My Question is can we use datatables inside polymer and build an component. I found while searching in google that current datatables implementation doesnt support Shadow DOM.
Is it true? if yes then when can we expect ploymer based datatables? if it is false can you please send us details of how we use it.
Or is this scope is out of scope for you guys?
Please let us know as we need this ASAP?

Answers

  • allanallan Posts: 63,122Questions: 1Answers: 10,397 Site admin

    Polymer integration is not currently something that is on my road map (being a single person project there is only so much I can do!). However, if someone int he community would like to contribute that, it would be most welcome!

    Allan

  • vvronlinevvronline Posts: 2Questions: 1Answers: 0

    Thanks a lot for your reply.
    Can we use existing datatables inside polymer and build an polymer component. Or it is not recommended. Please clarify.

  • allanallan Posts: 63,122Questions: 1Answers: 10,397 Site admin

    I don't know :smile:. You could certainly build a polymer component for DataTables - that is allowed with DataTables' MIT license, but how you do that, I don't know as I've never used polymer.

    Allan

This discussion has been closed.