Saturday, April 1, 2017

Search function in laravel 5.2

i think i need some advice from you guys about this. I want to make search for my page (show table A) that it will refresh and show data i search (from table A) do could i do that ?

I've add this into my blade.view

<div class="input-field">
      <input id="search" type="search" required>
      <label class="label-icon" for="search"><i class="material-icons">Search</i></label>
      <i class="material-icons">Find</i>
    </div>

I want that when i click 'Find' it auto search and show the same page with search result... please kindly help thank you before :)



via Christianus Andre

Advertisement