Hello All, We need to develop a small csp application which shows data in simple paginated / searchable table for business users.  It is to be built on an old version of Cache and is not a big full fledged application but something temporary.  We can't use Zen and using  a combination of csp & Bootstrap as bootstrap makes the pages look beautiful with little effort. I have built the table in boostrap and it works fine with pagination and search working perfectly  The problem occurs only when we go above 500 records. The table loads super slowly , pagination and search - All breaks down and all records are displayed on one page. I am not a master in bootstrap , thus have plan to dig more into bootstrap and look for solutions .   However I was wondering if someone has already faced this problem and resolved it and have some examples. Any suggestion to alternate approach is also considerable.