Skip to content
Discussion options

You must be logged in to vote

solution:

https://codesandbox.io/s/condescending-ganguly-xq0zyd?file=/src/pages/Index.vue

<template>
  <q-page class="q-pa-md" style="">
    <q-form class="q-ma-md">
      <q-card class="row justify-center shadow-1 q-gutter-md">
        <div class="q-ma-lg" style="clear: both; width: 100%">
          <q-table
            :rows="artcategoryHasManyArticlesRows"
            :columns="artcategoryHasManyArticlesColumns"
            rows-per-page-label=""
            row-key="autoIncrement"
            :hide-pagination="true"
            :rows-per-page-options="[]"
            v-model:pagination="hasManyTablesPagination"
            :visible-columns="['client_id', 'article_title']"
          >

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hekep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant