Automatically set table filter option to 'equals' if its not set
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<option value="null">IS NULL</option>
|
||||
<option value="not_null">NOT NULL</option>
|
||||
</select>
|
||||
<input type="text" class="form-control" placeholder="Search query" />
|
||||
<input type="text" class="form-control" placeholder="Filter value" id="table_filter_value" />
|
||||
<button class="btn btn-primary btn-sm apply-filters" type="submit">Apply</button>
|
||||
<button class="btn btn-default btn-sm reset-filters"><i class="fa fa-times"></i></button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user