|
|
const props = defineProps(['gridOptions', 'searchConfig', 'pagerConfig', 'toolbarConfig', 'getGridRef', 'mounted', 'toolbarTopConfig', 'url']);
|
|
const props = defineProps(['gridOptions', 'searchConfig', 'pagerConfig', 'toolbarConfig', 'getGridRef', 'mounted', 'toolbarTopConfig', 'url']);
|
|
|
const isFixed = get(props.pagerConfig, 'isFixed', true);
|
|
const isFixed = get(props.pagerConfig, 'isFixed', true);
|