Amit
Amit
This packages is dead. It is having so many issues and almost no attention from its creator. Move on.
> us, Why do you create the same relation in 2 different methods? @ousid I have already shown the example. AssignedTo and AssignedBy both are coming from the users table....
You can do this Inside builder method: ```php $this->activeSelectFilters[9][0] = "Default value"; ``` *Replace "9" with the appropriate column number
You can also set the appropriate property inside your table class. For example: ```php public $activeBooleanFilters = [ 3 => 1, 4 => 0 ]; public activeSelectFilters = [ 9...