Finished void functionality

This commit is contained in:
2022-01-05 14:54:40 +10:00
parent 85722fa692
commit 30bc79ef98
4 changed files with 66 additions and 76 deletions

View File

@@ -4,6 +4,12 @@
getColumnIndex(columnHeading: string) : number
EmptyRow() : JQuery<HTMLTableRowElement>
filterByData(prop: string, value: any) : JQuery
pulse() : JQuery
}
$.fn.pulse = function(this: JQuery) {
pulseElement(this)
return this
}
$.fn.EmptyRow = function(this: JQuery) {