@@ -120,6 +120,7 @@
const props = defineProps(['gridOptions', 'searchConfig', 'pagerConfig', 'toolbarConfig', 'getGridRef', 'mounted', 'toolbarTopConfig', 'url']);
const isFixed = get(props.pagerConfig, 'isFixed', true);
+ const isShowPager = get(props.pagerConfig, 'enable', false);
const $slots = useSlots();