export default { props: { tableData: { type: Array }, api: { type: String }, tableId: { type: String } }, data () { return { } }, methods: { } }