mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Table default cols (#9868)
* Work in progress - Seems to reset the columns on page refresh - Probably related to the useLocalStorage hook * Do not overwrite until the tablestate is loaded * Prevent table fetch until data has been loaded from localStorage * Improved persistance * Adjust default column visibility * Adjust playwright test
This commit is contained in:
		| @@ -364,7 +364,6 @@ test('Purchase Orders - Receive Items', async ({ browser }) => { | ||||
|   await clearTableFilters(page); | ||||
|  | ||||
|   await page.getByRole('cell', { name: 'my-batch-code' }).first().waitFor(); | ||||
|   await page.getByRole('cell', { name: 'bucket' }).first().waitFor(); | ||||
| }); | ||||
|  | ||||
| test('Purchase Orders - Duplicate', async ({ browser }) => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user