{source}<!-- You can place html anywhere within the source tags --><script language="javascript" type="text/javascript">(function(document) {'use strict';var LightTableFilter = (function(Arr) {var _input;var _select;function _onInputEvent(e) {_input = e.target;var tables = document.getElementsByClassName(_input.getAttribute('data-table'));Arr.forEach.call(tables, function(table) {Arr.forEach.call(table.tBodies, function(tbody) {Arr.forEach.call(tbody.rows, _filter);});});}function _onSelectEvent(e) {_select = e.target;var tables = document.getElementsByClassName(_select.getAttribute('data-table'));Arr.forEach.call(tables, function(table) {Arr.forEach.call(table.tBodies, function(tbody) {Arr.forEach.call(tbody.rows, _filterSelect);});});}function _filter(row) {var text = row.textContent.toLowerCase(),…