Namespace: ParseTablePlugin

ParseTablePlugin

Classes

Plugin
Settings

Methods

(private, inner) anonymousWrapper($, window, document, undefined)

Anonymous jQuery plugin wrapper function
Parameters:
Name Type Description
$ external:jQuery jQuery core object
window Window window object
document HTMLElement document object
undefined undefined used to have ethalon of undefined
Source:

Type Definitions

onCancel()

Source:

onPostProcess(data) → {Array.<Array.<Array.<(string|number)>>>}

Parameters:
Name Type Description
data Array.<Array.<Array.<(string|number)>>> Array of found tables, each table is array of rows, each row is array of cell values - either strings or numbers. Newlines are always single \n.
Source:
Returns:
same as data argument
Type
Array.<Array.<Array.<(string|number)>>>

onSuccess(data)

Parameters:
Name Type Description
data Array.<Array.<(string|number)>> Array of rows, each row is array of cell values - either strings or numbers. Newlines are always single \n.
Source: