I'm using script
to do pagination through Ajax
, which works assíncrona
, the situation made me curious, because until then I had only used php+mysql
, never php+mysql+ajax
.
If my bank has 30 registros
and I only show 10
per page with Ajax
, what happens to the other 20
? Are they loaded?