Searched defs:columnWidths (Results 1 – 3 of 3) sorted by relevance
38 const renderRow = (row, columnWidths) => { argument57 const columnWidths = ArrayPrototypeMap(head, (h) => getStringWidth(h)); constant
216 columnWidths(row) { method in UI
222 const columnWidths = computeColumnWidths(height); constant