Passing only "data" column type ajax datatable

Passing only "data" column type ajax datatable

IlanAdIlanAd Posts: 1Questions: 1Answers: 0

Hi,
I'm trying to create a 90+ column data table using ajax and Spring MVC.
I'm using "GET" method when trying to pass the data and if I get like 30 columns all work fine but after that, i have a max size URL size.
So my question is if there is an option to pass only the "DATA" for every one of the columns, without the additional cells of "searchable" "name" "orderable"
Attaching a photo to show an example (as you can see every column has 4 types of information) so there is an option to pass only the [data] cell for each column instead of all of the other data?

I tried using POSTmethod with spring MVC but there is a problem with passing the "draw" variable

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    This thread should help, it's asking the same thing.

    Cheers,

    Colin

Sign In or Register to comment.