src/templates/tableshare/formconfig.js
@@ -509,6 +509,20 @@ tooltip: Formdict['header.form.actionhelp.sqlType'], required: false, options: [] }, { type: 'radio', key: 'pagination', label: Formdict['header.form.pagination'], initVal: card.pagination || 'false', required: false, options: [{ value: 'true', text: Formdict['header.form.true'] }, { value: 'false', text: Formdict['header.form.false'] }] } ] }