Getting started
Rules Engine Widgets
Advanced Table
5 min
note once we add the advanced table in the creation engine , then only it will be detected in the rules engine purpose to display structured, interactive data in tabular format with features like sorting, searching, filtering, pagination, and row actions the data table node provides a dynamic and customizable interface for users to view, manage, and interact with dataset outputs from apis or workflow variables problem statement workflows often generate structured datasets (from apis, forms, or databases) that need to be presented clearly in a table format without a dedicated data table component, data display and manipulation can become inconsistent and manual the data table node offers a ready made interface that automatically binds to data sources and provides interactivity with minimal setup requirements must connect to a data source or variable reference should support interactive features like sorting, filtering, and pagination must allow json or variable based input should automatically detect data columns must integrate with api or internal workflow variables for live updates use cases display api data such as users, products, or transactions build searchable and sortable admin dashboards provide exportable data views (csv, json) display filtered or processed workflow results create interactive reports and summaries outcome displays data dynamically in an interactive table, fully integrated with your workflow supports searching, filtering, exporting, and managing rows directly from the ui how to use 1\ add the advanced table go to the creation engine and add an advanced table component once added, the table will automatically appear in the rules engine for configuration 2\ data source displays connection status if “no api connected,” you can link the table to an api node to populate data dynamically once connected, the system automatically detects columns and available features 3\ detected features from creation engine this section lists all features automatically detected from your creation engine configuration feature description search input enables text based search across table rows filter dropdown adds dropdown filters to refine data display export csv allows exporting the displayed data as a csv file column sorting enables sorting of data by any column pagination splits data into manageable pages for better ux row actions adds buttons (e g , edit, delete, view) to each row for interaction