Dropdown Server Side

Dropdown Server Side

Gayu123Gayu123 Posts: 10Questions: 3Answers: 0

I am not able to get server side code to work for populating data in the data table based on an external drop down.
Can anyone post a working example

Answers

  • allanallan Posts: 61,635Questions: 1Answers: 10,092 Site admin

    Please link to a test case showing the issue so we can help debug it, as per the forum rules.

    Allan

  • Gayu123Gayu123 Posts: 10Questions: 3Answers: 0

    http://debug.datatables.net/apaxul
    This is the debugger
    Will this be helpful?
    I have a drop down with data and would like to include a where clause which updates the result being shown based on the selected value in drop down.
    There seems to be many examples but I cant find a full working example.

  • allanallan Posts: 61,635Questions: 1Answers: 10,092 Site admin

    It shows that you currently have a 500 Internal Error coming from the server in response to the Ajax request.

    The server's error logs will hopefully give a little more information about why that might be - like an error message.

    Allan

  • Gayu123Gayu123 Posts: 10Questions: 3Answers: 0

    http://debug.datatables.net/avacig
    I am loading data into a datatable editor from server side.
    I would like to send a specific input to the server and get result of the select query
    Can/should ssp.class be included in this?
    I have tried using fnserverParams.
    Is there a way I will be able to get a working example of this?
    Thanks in advance.

  • Gayu123Gayu123 Posts: 10Questions: 3Answers: 0

    it works. Thanks a lot.
    I was doing something stupid.
    I am sorry for wasting your time.

This discussion has been closed.