jstree-table icon indicating copy to clipboard operation
jstree-table copied to clipboard

Table plugin for jstree

Results 9 jstree-table issues
Sort by recently updated
recently updated
newest added

setting column width according to config values dont autosize columns on prepare header, since we want to use config dont set auto width for last column since it is not...

I can't find the package on npm, can it be available on npm?

Hi everybody, Is there anyway to turn off connecting lines easily with configuration option? The lines came from images which makes it hard for me to adjust the color of...

Hi everybody, Is there any configuration option to remove or replace the folder icon in the tree table? Thanks, Vanessa

Here is the entire mouseup function. The original code is commented out as "orig". colNum is always 0 in current code. My fix is included. There could be a better...

Hi Adam, Great library! Thanks! I noticed that when I did a set_id operation in a jstree, two of jstreetable's columns were given the same id in the DOM! Below...

Hello The width of my columns is no rendered My code : ` table: { columns: [ {width: 600, header: "Questions", headerClass:"thead-dark text-white bg-dark"}, {width: 1000, value: "commentaire", header: "Commentaires",...

While outerWidth() only gets integer, the new width may be smaller than the true width. I add 1 to solve the problem temporarily.

I build jstree when rendering page, not after page is loaded with ajax or predefined data as on your examples ``` Root node 1 Child node 1 Child node 2...