Grails Table(millions of data) to DataTable.
Grails Table(millions of data) to DataTable.
Good day, I just joined the community. I have been struggling with my code, and i hope that some of you can help.
First, my Database is PostgresSQL, my ProgLang is Grails(JAVA), and my Compiler is Netbeans. I want to show the data at my database (millions), to my page. I achieved that, though not using Datatable, but when i implemented the Datatable i click on the page to load the data but it does not, slow and keeps on crashing. Anyone has an advise for how to achieve that kind of feature? Thanks in advance.
P.S I shared my codes through these pictures.
Answers
With that number of rows, you'll need to use
server-side
. I've no experience with ProgLang, so you may need to implement that yourself. The protocol is discussed here. Also see examples here.Cheers,
Colin
Thank you sir, i just might have to find samples on how to implement it with Grails.