Login to follow
Drag & Drop

Drag & Drop (ODC)

Stable version 0.1.1 (Compatible with ODC)
Uploaded on 30 September 2024 by Digital Biz Solutions Pte Ltd
Drag & Drop

Drag & Drop (ODC)

Documentation
0.1.1

Installation Procedure

  1. Step 1: Open ODC studio.
  2. Step 2: Navigate to the Forge tab on the left-side panel.
  3. Step 3: In the search bar, type "Sortable Table with Drag-and-Drop" and select the component from the results.
  4. Step 4: Click the Install button to add the component to your project.
  5. Step 5: Confirm the installation and wait for it to complete. The component will now be available in your application.

Setup Procedure

  1. 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".
  2. From the UI patterns section of the left panel, search for Table Sort and add the widget to your screen.
  3. Bind these required data tables to the widget, refer to the screenshot below to configure these variables to the widget
  1. 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.


  1. 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.


  1. Inside the client action see the picture below


  1. Inside the server action to save the updated order