Custom filtering with server-side processing

Custom filtering with server-side processing

culterculter Posts: 102Questions: 24Answers: 0

Hi, I have simple questions about custom filters with server-side on. I'm interested in if it is even possible withouth changing the server_processing.php script which I downloaded from this site. I don't need something special, just to filter data with checkboxes based on values in columns and I would like to work more filters together.

I found any tutorial how to do simple custom filter or better multiple custom filters in php, javascript. :(

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,903Questions: 1Answers: 10,148 Site admin
    Answer ✓

    No - its not possible without changing the demo script. This example would work without modification to the demo server-side processing script, but if you want to have checkboxes you need to add a suitable WHERE condition, sending the data from the checkboxes to the server so it can filter the data.

    Allan

  • culterculter Posts: 102Questions: 24Answers: 0

    Thanks Allan, I found something similar without checkboxes, but I hope I will modify it to my needs. I just needed to know where to start. Thak you.

    I do not hesitate to buy some working example, if there is someone with spare time. :)

This discussion has been closed.