Guys please I need your help, I'm just starting with my programming journey. I've written a code for e-commerce website, where I have div row containing 4 columns each as div column hold the data for each item. Now I'm sure the rows will be much to have enough items on the site but I need it to show 10 or 12 items at a time. I haven't write anything about the pagination because my JavaScript knowledge is close to non. Please I need your help guys🙏
One approach for you to consider is using libraries such as DataTables. It has html table pagination enabled but you need to familiarize yourself with it.