Datatable based inventory/item system

You need to iterate through the data table, but this isn’t as straightforward as iterating through an array.
First, get the data table row names.
Second, run a foreach on the names.
Third, get the data table row by name.
Fourth, break the data table row to get the variables that you will use to do useful things, like setting the inventory item name.