Also, you can optimize for speed by breaking up list of items and items details in two different tables. So you don’t bring down with your list all the details of each item, specially if they’re heavy on images.
See below
Also, you can optimize for speed by breaking up list of items and items details in two different tables. So you don’t bring down with your list all the details of each item, specially if they’re heavy on images.
See below