Загрузка данных


<style>
  #registerFilterBlock {
    margin-bottom: 15px;
  }

  #registerFilterBlock .filter-field {
    margin-bottom: 10px;
  }

  #registerFilterBlock .register-filter-buttons {
    margin-top: 8px;
    margin-bottom: 18px;
    padding-left: 15px;
    white-space: nowrap;
  }

  #registerFilterBlock .register-filter-buttons .btn {
    margin-right: 8px;
  }

  #registerTableBlock {
    clear: both;
    margin-top: 10px;
  }

  #filter_status {
    width: 100%;
  }

  #registerFilterBlock .select2-container {
    width: 100% !important;
  }
</style>




<div class="col-sm-12">

  <div id="registerFilterBlock">

    <div class="col-sm-3 filter-field">
      <label class="control-label">Статус</label>
      <input type="text" class="form-control" id="filter_status" name="filter_status"/>
    </div>

    <div class="col-sm-3 filter-field">
      <label for="filter.created_at_from">Дата реестра с</label>
      <input type="date" id="filter.created_at_from" name="filter.created_at_from" class="form-control">
    </div>

    <div class="col-sm-3 filter-field">
      <label for="filter.created_at_to">Дата реестра по</label>
      <input type="date" id="filter.created_at_to" name="filter.created_at_to" class="form-control">
    </div>

    <div class="col-sm-3 filter-field">
      <label for="filter.account_number">Номер реестра</label>
      <input type="text" id="filter.account_number" name="filter.account_number" class="form-control" placeholder="Номер реестра">
    </div>

    <div class="clearfix"></div>

    <div class="col-sm-12 register-filter-buttons">
      <button id="filter.search" name="filter.search" type="button" class="btn btn-success">
        <span class="glyphicon glyphicon-search" aria-hidden="true"></span> Найти
      </button>

      <button id="filter.cleanFilter" name="filter.cleanFilter" type="button" class="btn btn-warning">
        <span class="glyphicon glyphicon-trash" aria-hidden="true"></span> Сбросить
      </button>
    </div>

    <div class="clearfix"></div>

  </div>

  <div id="registerTableBlock">
    <form class="form-vertical" id="paramForm">
      <input type="hidden" name="registerId" id="registerId">
      <jsp:include page="queryTable.jsp">
        <jsp:param name="queryTableCode" value="uUfTIhHH"/>
        <jsp:param name="queryTableStyle" value="white-space:nowrap;"/>
      </jsp:include>
    </form>
  </div>

</div>