Skip to content

Instantly share code, notes, and snippets.

@MrCsabaToth
Created January 17, 2015 05:55
Show Gist options
  • Save MrCsabaToth/6fb0e3c3c2206385e9ef to your computer and use it in GitHub Desktop.
Save MrCsabaToth/6fb0e3c3c2206385e9ef to your computer and use it in GitHub Desktop.
yadcf filter reset button original and with bootstrap
<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>
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment