Scroller + ServerSide filtering with indivistual column filters showing wrong entries

Scroller + ServerSide filtering with indivistual column filters showing wrong entries

sarath_datatablessarath_datatables Posts: 16Questions: 8Answers: 0

Hi Allan

Implemented Scroller + Server-side filtering with individual column filters.All worked fine excepcet the entries info.

Thought the table shows 6 and half entries, the footer part shows the message below
** "Showing 1 to 5 of 40,332 entries (filtered from 10,324 total entries)"**
parameters set like below for Datatable object,

  .DataTable({
            processing: true,
             serverSide: true,
             scrollY: "70%",
             scrollX: false,
             scrollCollapse: false,
             deferRender: true,
            scroller: true,
            ajax: urlDataRetrieval,
            oLanguage: { "sSearch": "" },


Could you please help to resolve this issue?

thanks

This discussion has been closed.