Datatables server side: Dropdown filter with all options?

Datatables server side: Dropdown filter with all options?

FrazeColderFrazeColder Posts: 11Questions: 8Answers: 0

Hey Guys,

I have implemented a datatable which operates server sided. However, I also want to make use of the dropdown select filter. The problem I am facing is that the filter shows only the values which are displayed at the current page. As you can see this is not very useful cause I want to have the possibility to filter the table by all data and not only the data which are shown.

I am using Laravel and this package https://github.com/yajra/laravel-datatables.

You guys have any idea how to change solve this?

This is an example of my table operating server sided. You can see, you only have the shown values as option to filter:
https://jsfiddle.net/bpLtq3ec/

Thank You and kind regards!

Answers

This discussion has been closed.