Data Sheet Enhancements
This page lists all the enhancements that have been released for the Data Sheet. Use the walk-throughs below to understand what changed and how to use each enhancement.
Summary of enhancements
Add Row (+) — Add a new row in the Data Sheet.
Ability to Freeze Columns — Enable Frozen Column from the Properties tab provided for the Dataset.
Edit the Frozen Column — Frozen columns are non-editable in Preview mode; however, cells under a frozen column in a newly added row are editable.
Pagination Property — Enable Pagination within General Properties to show page numbers on the Data Sheet component.
Delete Row — Use Delete Selected Row with a confirmation message (available in Preview mode).
Save Option Update — The Save option turns red when something is edited in the datasheet.
Library updates — Updated JExcel DataGrid and JSuites library to 4.6.1; able to retrieve more records of data.
Add Row (+)
What: Provided the Add Row (+) option to add a new row in the Data Sheet. How to use:
Open the Data Sheet on the canvas or in Preview mode.
Click Add Row (+).
Enter values for the new row and Save.
Ability to Freeze Columns
What: The Freeze Column option can be enabled from the Properties tab provided for the Dataset. How to use:
Open Dataset Properties for the Data Sheet.
Select a column.
Enable Frozen Column from the Properties tab of the Dataset.
Behavior:
The selected column gets frozen and becomes non-editable in Preview mode.
Exception: If you add a new Row, the cell added under the frozen column is editable (for that new row).
Pagination Property
What: Provided Pagination within the General Properties option. How to use:
Open General Properties of the Data Sheet component.
Enable Pagination.
The page number displays on the Data Sheet component.
Delete Row
What: Introduced Delete Selected Row with a confirmation message before a row gets deleted in Preview mode. How to use:
In Preview mode, select the target row.
Click Delete Selected Row.
Confirm deletion in the pop-up.
Save Option Update
What: The Save option gets updated in red color when something is edited in the datasheet. Why it helps: Visually indicates there are unsaved changes.
Tips & edge cases
Frozen Column editing rule: Expect read-only behavior in Preview for frozen columns, except cells of newly added rows, which remain editable under the frozen column.
Pagination + large data: Enable Pagination when working with big Data Sheets to improve usability and navigation.
Track unsaved edits: If the Save button is red, review your recent changes and Save to persist.
Before deleting: Consider exporting or duplicating the Data Sheet if you need an audit trail outside the platform.