// tableData.js import { ref } from 'vue'; export const tableData = ref([ { location: '1', type: 'Type A', length: '100', height: '50', thickness: '10', quantity: '5', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '2', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 0 }, { location: '3', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '4', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '5', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '1', type: 'Type A', length: '100', height: '50', thickness: '10', quantity: '5', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '2', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 0 }, { location: '3', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '4', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '5', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 },{ location: '1', type: 'Type A', length: '100', height: '50', thickness: '10', quantity: '5', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '2', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 0 }, { location: '3', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '4', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '5', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 },{ location: '1', type: 'Type A', length: '100', height: '50', thickness: '10', quantity: '5', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '2', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 0 }, { location: '3', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '4', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 }, { location: '5', type: 'Type B', length: '120', height: '60', thickness: '12', quantity: '10', entry_time: '2024-06-19 10:00:00', batchnumber: '444', shelf_status: 1 } // Add more data as needed ]);