I'm pulling from the records database of a given table.
I want to show only 4 on 4 records on the screen. But I would like to pull all at once rather than paging (1, 2, 3, 4).
I want to show 4 lines and put down a SEE MORE button and when the user clicked I would show 4 more lines and so on until I finish.
How can I start doing this?
I do not have anything ready. Just the table, but differentiated.
I did not make the table with table
and yes with ul
.