简体   繁体   中英

Is it possible to integrate client side language with server?

I have designed a search filter using JQuery in .net core web application, by connecting it with sqlserver, which contains > 100k data. But it slows down while loading data. Is there any way of connecting client side language with server side language?

I would suggest the Scroll Paging trick. Depending upon the scroll position, make an AJAX call to the next set of records and have them populated in the grid. That way an additional page click like 1, 2, 3 (page buttons) is not required.

There are a few plugins that help you in this too. Check out https://infinite-scroll.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM