MCPcopy
hub / github.com/layui/layui / getThisTable

Function getThisTable

src/modules/treeTable.js:55–64  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

53 * @returns {Class}
54 */
55 var getThisTable = function (id) {
56 var that = thisTreeTable.that[id];
57 if (!that)
58 hint.error(
59 id
60 ? "The treeTable instance with ID '" + id + "' not found"
61 : 'ID argument required'
62 );
63 return that || null;
64 };
65
66 // 字符
67 var MOD_NAME = 'treeTable';

Callers 4

updateOptionsFunction · 0.70
treeTable.jsFile · 0.70
expandNodeFunction · 0.70
updateObjParamsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected