Skip to content

Instantly share code, notes, and snippets.

@MrCsabaToth
Created January 17, 2015 05:55
Show Gist options
  • Select an option

  • Save MrCsabaToth/6fb0e3c3c2206385e9ef to your computer and use it in GitHub Desktop.

Select an option

Save MrCsabaToth/6fb0e3c3c2206385e9ef to your computer and use it in GitHub Desktop.

Revisions

  1. MrCsabaToth created this gist Jan 17, 2015.
    4 changes: 4 additions & 0 deletions yadcf filter reset button original
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    <div id="yadcf-filter-wrapper--reportTable-6" class="yadcf-filter-wrapper">
    <input id="yadcf-filter--reportTable-6" class="yadcf-filter" type="text" .../>
    <input id="yadcf-filter--reportTable-6-reset" class="yadcf-filter-reset-button" type="button".../>
    </div>
    6 changes: 6 additions & 0 deletions yadcf filter reset button with bootstrap
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <div id="yadcf-filter-wrapper--reportTable-6" class="yadcf-filter-wrapper">
    <input id="yadcf-filter--reportTable-6" class="yadcf-filter" type="text" .../>
    <span class="input-group-btn">
    <input id="yadcf-filter--reportTable-7-reset" class="yadcf-filter-reset-button btn btn-xs btn-default" type="button".../>
    </span>
    </div>