0
I’m pulling from the database records of a certain table.
I want to show only 4 out of 4 records on the screen. But I would like to pull them all at once instead of paging (1, 2, 3, 4).
I want to show 4 lines and put down a button SEE MORE and when the user clicked showed 4 more lines and so on until finished.
How can I start doing that ?
I have nothing ready. Only the table, but differentiated.
I didn’t make the table with table
rather with ul
.