Hey there,
I think I have an interesting question.
Im trying to refine my nodes In shops. Atm I have 8 data tables that are pulled individually, It just doesnt seem the best way.
I feel like I could put all my data tables together and just give it an extra coloumn That defines which catogory they exist too.
But My problem comes in showing specifically Only the catogories I want.
So The first 2 Items in the data table have a catogory ID of 1.
Then when I load the page I want any item with a catogory ID of 1 to show, Not everything.
Im Racking my brain but I just cant seem to work it out
Thanks for reading. Im going to get an image together Just to showish what Im doing atm.
This works but im not entirely sure why. Ive changed the catogory ID around to all sorts to see if it wasnt just pulling from order but it seems to work.
I thought the “get” even pulling from index wouldnt be able to get access to catogory ID as its pulling item names rather than item ID. Yet for some reason it works.
update:
Ah it doesnt actually work. It works for basics. But for example creating buttons, it wont work as it leaves gaps where the buttons should be.
Interesting none the less.
update:
Interesting my problem actaully stems from not understanding uniform grids, Not the nodes themselves. The grid is creating excess where it isnt needed. By using a vertical Box I solve this. But that doesnt Look quite as nice.