Just something not too dark, maybe greyish. You could just inspire yourself from other websites.
Quote:
|
You mean without all items on one page yes?
|
Exactly. It would avoid loading everything if you're just looking for something specific.
As an example, you could load 100 items per page, and if the user clicks the second page, you just request the 100 next items, etc. (and so, unload the last 100 items)
It will probably require a bit of backend and not a "hardcoded" page, tho. (assuming yours works like that)