Seungwoo321 / vue-pivottable

It is a Vue port of the jQuery-based PivotTable.js
MIT License
136 stars 72 forks source link

Filer out "null" values #42

Closed glumb closed 3 years ago

glumb commented 3 years ago

My data is structured like that

[
{form1:question1 (question1): "1"},
{form1:question1 (question1): "6"},
{form1:question2 (question2): "B"},
{form1:question2 (question2): "A"},
]

This results in null values. How to filter them out? Deselecting null from the filter does not work unfortunately. image

Also is this possible programmatically? I tried this, but it did not work:

  'form1:question1 (question1)': {
          'null': true // false
   }
glumb commented 3 years ago

I have just noticed that the version on NPM may not include your recent fix to that issue. Would you mind updating the NPM package as well? 😃

Seungwoo321 commented 3 years ago

Sorry, recently fixed issue has not been completed yet. I will update the NPM package as soon as possible.