jstree-table
jstree-table copied to clipboard
If width is decimals, there is a bug.
While outerWidth() only gets integer, the new width may be smaller than the true width.
I add 1 to solve the problem temporarily.
Maybe using computed style is better.