Search

Support

Discord

English

Search

Support

Discord

English

Mini Widgets

Sort

1.3.2

1.3.2

Order widget

Sort

To easily sort your data with one click, the Sort Mini Widget helps you. This mini widget is currently usable in the Custom Table. Here you can embed the Sort mini-widget as an value.

Complete Application Code

arcCustomSort({
			uniqueId: Nr,
			editable: true,
			recordId: current.Nr,
			fieldId: "H9", // Hier trägst du die Field Id von dem Feld ein, dass du triggerst.
			value: Position, 
			valuePrefix: number(Nr) + ",",
			size: "",
			color: "",
            showIconsAlways: true,
            iconStart: "", // Fallback: "caret-up" | Hier fügst du das Custom Icon deiner Wahl ein.
            iconEnd: "",  // Fallback: "caret-down" | Hier fügst du das Custom Icon deiner Wahl ein.
		})

editable defines whether you can enter something in the input field or not.

editable: true,
editable: false, 
editable: "", // Fallback: true 

value is the value that triggers the iconStart and iconEnd.

value: Position, // Hier sprichst du ein Ninox-Feld, wie beispielsweise ein Position-Zahlenfeld, an.
value: "", // Kein Fallback-Wert

showIconAlways defines the visibility of your icons that are displayed during sorting.

showIconsAlways: true, // Icons werden immer angezeigt.
showIconsAlways: false, // Icons werden nur beim Hovern mit der Maus 🐭 angezeigt.
showIconsAlways: "", // Fallback: false

valuePrefix is intended for complex inputs with Ninox helper fields. You can find an example in the Ninox webinar.

valuePrefix: number(Nr) + ",",

Arc Rider Ventures GmbH

© 2025

Arc Rider Ventures GmbH

© 2025