1234567891011121314151617181920212223242526272829303132333435 |
- export default {
-
- cell: {
- customClass: '',
- title: '',
- label: '',
- value: '',
- icon: '',
- disabled: false,
- border: true,
- center: false,
- url: '',
- linkType: 'navigateTo',
- clickable: false,
- isLink: false,
- required: false,
- arrowDirection: '',
- iconStyle: {},
- rightIconStyle: {},
- rightIcon: 'arrow-right',
- titleStyle: {},
- size: '',
- stop: true,
- name: ''
- }
- }
|