|
|
@@ -112,7 +112,7 @@
|
|
|
<div class="row flex-xl-nowrap">
|
|
|
<div class="col-12 col-md-3 col-xl-2 bd-sidebar">
|
|
|
<form class="bd-search d-flex align-items-center">
|
|
|
- <input type="search" class="form-control" style="display: none !important"
|
|
|
+ <input type="search" class="form-control"
|
|
|
id="search-input" placeholder="Search..."
|
|
|
aria-label="Search for..." autocomplete="off">
|
|
|
<button class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3"
|
|
|
@@ -370,7 +370,7 @@
|
|
|
})
|
|
|
</code></pre></div></div>
|
|
|
|
|
|
-<p>the first parameter is always <code class="highlighter-rouge">event</code>: http://jsfiddle.net/wenyi/e3nk137y/11688/</p>
|
|
|
+<p>the first parameter is always <code class="highlighter-rouge">event</code>: <a href="http://jsfiddle.net/wenyi/e3nk137y/11688/">http://jsfiddle.net/wenyi/e3nk137y/11688/</a></p>
|
|
|
|
|
|
<p>and use onClickRow event:</p>
|
|
|
|