Hiding column not working with server side processing

Hiding column not working with server side processing

valdezrvaldezr Posts: 49Questions: 0Answers: 0
edited April 2009 in General
Is there a particular way to implement column hiding when processing in the server?
The way I am trying it is this:

"aoColumns": [
/*idlot*/ { "bSearchable": false,
"bVisible": false},
/*description*/ null,
/*creation date*/ null,
/*reference*/ null
]

but it is not working at the moment.

Thanks in advance for your help

Replies

  • valdezrvaldezr Posts: 49Questions: 0Answers: 0
    I was using version 1.4, with 1.5 works fine.

    Thanks
  • allanallan Posts: 61,452Questions: 1Answers: 10,055 Site admin
    Hi valdezr,

    There is a good reason that this only works with 1.5 - server-side processing was a new feature introduced in 1.5 (1.4 simply fails completely with it). :-). Good to hear you got it working.

    Allan
This discussion has been closed.