UNPKG

tabulator-tables

Version:

Interactive table generation JavaScript library

7 lines (5 loc) 214 B
import List from '../../List.js'; export default function(cell, onRendered, success, cancel, editorParams){ var list = new List(this, cell, onRendered, success, cancel, editorParams); return list.input; }