This commit introduces two key improvements to the items table. A sticky header and max-height are added for better usability on long lists. The global search is enhanced to allow filtering by brand and tags. This is achieved by adding a hidden column for the brand and using an accessorFn to convert the tags array into a searchable string.