bluewatertracks / bwt-datatable

Data table with Polymer 3 support!
GNU General Public License v3.0
42 stars 14 forks source link

Sorting won't work in without a paper-datatable-card #39

Closed IchordeDionysos closed 6 years ago

IchordeDionysos commented 6 years ago

Hi,

sorting won't work without a paper-datatable-card like this:

<paper-datatable data="[[videos]]" selectable>
    <paper-datatable-column header="ID" property="jwId" type="String" sortable></paper-datatable-column>
    <paper-datatable-column header="Title" property="title" type="String" sortable></paper-datatable-column>
    <paper-datatable-column header="Classes" property="classes" type="Array" sortable></paper-datatable-column>
    <paper-datatable-column header="Tags" property="tags" type="Array" sortable></paper-datatable-column>
    <paper-datatable-column header="Description" property="description" type="String"></paper-datatable-column>
</paper-datatable>

I investigated it and found a fix to this problem. I'll open a pull request.

IchordeDionysos commented 6 years ago

The only problem which still occurs is that the rowKeys won't update the UI list.

dhrytsenko commented 6 years ago

@IchordeDionysos I will check

dhrytsenko commented 6 years ago

@IchordeDionysos I merge it and create a new release. Please check it. I'm closing this issue