quick-search.blade.php 732 B

123456789101112131415161718
  1. <style>::-ms-clear,::-ms-reveal{display: none;}</style>
  2. <form action="{!! $action !!}" class="input-no-border" pjax-container style="display:inline-block;margin-right: 16px">
  3. <div class="dataTables_filter">
  4. <label style="width: {{ $width }}rem">
  5. <input
  6. type="search"
  7. class="form-control form-control-sm quick-search-input"
  8. placeholder="{{ $placeholder }}"
  9. name="{{ $key }}"
  10. value="{{ $value }}"
  11. aria-controls="DataTables_Table_0"
  12. >
  13. </label>
  14. <span class="quick-search-clear" style="{{$value ? 'color:#333;cursor:pointer;' : ''}}">×</span>
  15. </div>
  16. </form>