layouts/shortcodes/chart.html
@@ -27,9 +27,11 @@ {{- if in $charts "table" }} <script src = '{{ absURL "js/w3.js" }}'></script> <div class="table_wrap"> {{- if not (in $charts "noFilter") }} <p> <input oninput="w3.filterHTML('#chartTable', '.row', this.value)" class="form_search search_field" placeholder="Filter Table Values"> </p> {{- end }} <table id="chartTable"> <thead> {{- range $index, $title := $data.columnTitles }}