quasarframework/quasar-play

Problem in rendering tables?

idegart opened this issue · 0 comments

There is example
There is code of slot:

    <q-checkbox
      v-model="cell.row.visible"
      checked-icon="visibility"
      unchecked-icon="visibility_off"
      style="margin-left: 25px"
    />

    {{ cell.row.visible }}
  </template>

Data is received but not processed after clicking.