Spring MVC with dataTable: 1 million records to display with scroller and server side processing

Spring MVC with dataTable: 1 million records to display with scroller and server side processing

pintu2winpintu2win Posts: 1Questions: 0Answers: 0
edited December 2013 in General
Hi,

Can someone provide a sample project (Demo project) integrating datatables with Spring MVC using scroller and server side processing. I am very new to datatables. We need to display 1+ million cells of data. Also, we need to perform on click event of each cell of data. Any help will be appreciated very much. thanks!

Replies

  • Mani2809Mani2809 Posts: 5Questions: 0Answers: 0
    Hi Pintu,
    I hope we don't have control over while we transfer the 1+million record to data table.
    Allon Please help me out me too about the performce issue.

    For your second query,
    oTable.$('tr.row_selected').removeClass('row_selected');
    $(this).addClass('row_selected');
    var sData = oTable.fnGetData( this );
    we can get the row value in sData.
  • netametanetameta Posts: 39Questions: 0Answers: 0
    I am unfamiliar with Spring MVC however what are you trying to do ?
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    > Can someone provide a sample project (Demo project) integrating datatables with Spring MVC using scroller and server side processing.

    I'm sure if you hit up a freelance site, someone would be willing to write the code for you. I'm afraid I don't know Spring myself, so can't help either.

    Allan
This discussion has been closed.