Problems with Server Side Processing

Problems with Server Side Processing

scottnscottn Posts: 13Questions: 0Answers: 0
edited March 2010 in General
Hi all,

Before I post a large amount of code I was wondering about any limitations on getting the Data Tables data from server side processing.

It seems that some of the features don't work. The full_numbers pagenation always shows just one page option and pressing any of the paging buttons (usually) does nothing.

The display line always show filtering, even when no filters are in effect.

If there are not any litations i will post some examples of my code.

Replies

  • scottnscottn Posts: 13Questions: 0Answers: 0
    I figured this out. I was putting only the count of the currently displayed records in iTotalDisplayRecords, not all unfiltered records. This fixed both problems. Thanks and great tool.
This discussion has been closed.