vxe-design
Version:
A PC-based visual designer based on Vxe UI, used for building zero-code and low-code platforms
21 lines (20 loc) • 455 B
JavaScript
export const getDefaultSettingFormData = () => {
return {
listView: {
enabled: true
},
ganttView: {
enabled: false
},
chartView: {
enabled: false
},
autoFoldFilter: true,
showCheckbox: 'auto',
showSeq: true,
showStatistics: true,
mobileDefaultView: 'list',
pcDefaultView: 'list',
actionButtonList: []
};
};