We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7b312 commit f183cffCopy full SHA for f183cff
src/renderers/table.tsx
@@ -58,7 +58,6 @@ const TableContextProvider = ({
58
59
const setColumnWidth = useCallback(
60
(index: number, width: number) => {
61
- console.log("setColumnWidth", index, width);
62
setColumnWidths((prev) => {
63
const minWidth = Math.max(contentSize.width / columnCount, 64);
64
const maxWidth = Math.min(contentSize.width, 180);
0 commit comments