vaadin-grid with dom-repeat inside

Hello,

I have dom-repeat inside vaadin-grid component. Changing of items=“{{pluginsData.data}}” does not trigger changes inside dom-repeat. (MutableData(PolymerElement) imported). Is is possible to “clean cache”, reload etc?

        <vaadin-grid id="grid" items="{{pluginsData.data}}" height-by-rows>
          <vaadin-grid-column header="Name">
            <template>
              <div class="plugin-name" title="Plugin Name">[[item.plugin_name]

]




[[input.1]
]