How to add select dropdown filters
Summary of problem or feature request I am trying to add 3 filters (Status, From, To). How can I do that using the YajraDataTablesServicesDataTable class? Code snippet of problem <?php namespace AppDataTablesPayments; use AppModelsOrder; use AppModelsPayment; use YajraDataTablesHtmlButton; use YajraDataTablesHtmlColumn; use YajraDataTablesServicesDataTable; class BankTransferDataTable extends DataTable { protected $exportColumns = [ ‘id’, ‘order_id’, ‘order_number’, ‘invoice_number’, […]