Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Drag & Drop
Login to follow
Drag & Drop (ODC)
Stable version
0.1.1
(Compatible with
ODC
)
Uploaded on
30 September 2024
by
Digital Biz Solutions Pte Ltd
Overview
Documentation
Drag & Drop (ODC)
Documentation
0.1.1
Installation Procedure
Step 1:
Open
ODC studio
.
Step 2:
Navigate to the
Forge
tab on the left-side panel.
Step 3:
In the search bar, type "Sortable Table with Drag-and-Drop" and select the component from the results.
Step 4:
Click the
Install
button to add the component to your project.
Step 5:
Confirm the installation and wait for it to complete. The component will now be available in your application.
Setup Procedure
Add the public elements to your application by selecting "drag & drop" from the dropdown menu or searching for it by name. Select all the relevant elements and click "Add".
From the UI patterns section of the left panel, search for Table Sort and add the widget to your screen.
Bind these required data tables to the widget, refer to the screenshot below to configure these variables to the widget
For the table widget add “On sort” event and Sort by “Clicked Column” and create three local variables like Table Sort, Start Index and Max Records.
Create a new client action to save the order of the Table “Update Table Order” and add an input “Integer List” and configure it to the widget.
Inside the client action see the picture below
Inside the server action to save the updated order
Loading
Loading...