javascript events - How to make lazyload plugin work with datatables -
i have datatable has images in 1 of columns.
the amount of rows reaches 900+ , want avoid browser trying load 900+ images given resources uses , time takes load page.
that's lazyload plugin seems come rescue !!
http://www.appelsiini.net/projects/lazyload
the first page loads fine, images not load when :
- user clicks on "next" button view next page
- user filters , particular row shown
i see there section "event trigger loading" on lazy load plugin, i'm not sure how can use it.
would great if can point me in right direction.
note : datatables, mean http://www.datatables.net
edit : 8/27 - forgot question. ended implementing own custom solution :)
have tried datatables server-side processing pipelining example?
here author gave solution of lazy loading data using pipelining.
Comments
Post a Comment