MCPcopy Create free account
hub / github.com/breck7/scroll / bindToHashChange

Method bindToHashChange

external/.tableSearch.js:140–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 bindToHashChange() {
141 window.addEventListener("hashchange", () => {
142 this.dataTables.search(this.searchFromHash).order(this.orderFromHash).draw(false)
143 })
144 }
145
146 createDatatable() {
147 this.dataTables = jQuery("table.scrollTable").DataTable({

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected