Questions tagged [ngx-daterangepicker-material]

No suggestions have been provided for this tag at the moment!

What is the best way to refine the dataSource for a table (mat-table) using ngx-daterangepicker-material?

I am facing a new challenge and feeling unsure about how to approach it. The issue at hand is filtering a table based on the date range obtained through the ngx-daterangepicker-material library. This library triggers events that provide a start date and a ...

Methods for opening ngx-daterangepicker-material outside of a button/icon when there are multiple date range pickers in the same form

Is there a way to open ngx-daterangepicker-material by clicking outside of any button or icon? I am aware that ngx-daterangepicker-material allows this functionality through the use of @ViewChild(DaterangepickerDirective, { static: false }) pickerDirective ...