Advertisement
darkor

datatable filter

Mar 3rd, 2021
1,203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.96 KB | None | 0 0
  1.                 {% block filter %}
  2.                     <form id="filter-form">
  3.                         <div class="kt-portlet__body">
  4.                             <div class="form-group col-3 kt-margin-l-0 kt-padding-l-0 kt-margin-b-0">
  5.                                 <label>{% block filter_title %}{% endblock filter_title %}</label>
  6.                                 <div class="input-icon" id="filter-group">
  7.                                     <input id='custom-search-input' type="text" class="form-control" value="{{ filter.search }}" placeholder="{% block filter_placeholder %}Search{% endblock filter_placeholder %}">
  8.                                     <span>
  9.                                         <i class="flaticon2-search-1 icon-md custom-color-grey1"></i>
  10.                                     </span>
  11.                                 </div>
  12.                             </div>
  13.                         </div>
  14.                     </form>
  15.                 {% endblock filter %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement