We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82582a0 commit 40fca15Copy full SHA for 40fca15
1 file changed
src/datamanager.js
@@ -77,7 +77,9 @@ export default class DataManager {
77
focusable: false,
78
dropdown: false
79
};
80
-
+ if (this.options.data.length > 1000) {
81
+ cell.resizable = true;
82
+ }
83
this.columns.push(cell);
84
}
85
0 commit comments