src/components/PIMTable/PIMTable.vue
@@ -204,7 +204,7 @@
    </el-table-column>
  </el-table>
  <pagination
    v-if="page.total > 0"
    v-if="showPagination"
    :total="page.total"
    :layout="page.layout"
    :page="page.current"
@@ -317,6 +317,10 @@
    type: [String, Object],
    default: () => ({ width: "100%" }),
  },
  showPagination: {
    type: Boolean,
    default: true,
  },
});
// Data