You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
Angular Dual-Listbox
4
4
=========
5
5
6
-
The **angular-dual-listbox** is an Angular 2+ component that provides two lists controls side-by-side that allows items in one list to be moved to the other list via drag-and-drop and/or a button-based interface. The component supports multiple select options from the list and programatic setting of list sources.
6
+
The **angular-dual-listbox** is an Angular 2+ component that provides two lists controls side-by-side that allows items in one list to be moved to the other list via drag-and-drop and/or a button-based interface.
7
+
The component supports multiple select options from the list, programatic setting of list sources, and layout with direction and button formatting.
7
8
8
9
A [working demo](http://czeckd.github.io/angular-dual-listbox/demo/) shows the dual listbox in action.
9
10
@@ -37,6 +38,7 @@ The following parameters can be set on a dual-list:
37
38
-**display** - The field of each object for displaying the object each the
38
39
lists, default is ``_name``.
39
40
-**height** - The height of the lists, default is ``100px``.
41
+
-**format** - A format object, default is ``{ add: 'Add', remove: 'Remove', all: 'All', none: 'None', direction: 'left-to-right' }``
40
42
-**filter** - A boolean whether or not to display a filter for the lists,
41
43
default is ``false``.
42
44
-**sort** - A boolean whether or not to keep the lists sorted, default is
0 commit comments