[ADD] web_tree_resize_column

[FIX] Initial resizing
This commit is contained in:
tarteo
2019-01-09 15:01:40 +01:00
committed by Dennis Sluijk
parent b4f25430c9
commit e646527d6e
11 changed files with 246 additions and 0 deletions

View File

@@ -0,0 +1 @@
* Dennis Sluijk <d.sluijk@onestein.nl>

View File

@@ -0,0 +1 @@
This module uses a jQuery plugin by Jones Vinoth Joseph <https://github.com/Jo-Geek/jQuery-ResizableColumns>.

View File

@@ -0,0 +1 @@
This module adds the ability to resize columns in tree views.

View File

@@ -0,0 +1,7 @@
To use this module, you need to:
#. Go to any tree view;
#. hover over the border of the column you want to resize;
#. hold click and drag the column to the desired width.
This also works for tree views that are nested in form views.