Datatable Visualizer Activity
The Datatable Visualizer Activity offers a straightforward method to visually inspect DataTable data in a table view, providing various fields to enhance the data exploration experience.
- Displays the total number of rows in the DataTable.
- Shows the total number of columns in the DataTable.
- Indicates the number of currently displayed rows in the TableView for effective visualization.
- Indicates the number of currently displayed columns in the TableView for effective visualization.
- (Currently in Development) - Edit mode is under development and will be available soon.
- Closes the TableView when clicked.
- Add a DataTable (Refer to important notes for limitations).
- Specify the desired number of rows to display.
- If the specified visible rows exceed the maximum threshold, it will be limited to the maximum allowed rows.
- If left empty, the entire DataTable will be used, considering the maximum rows threshold.
- Provide a column range, e.g., 2:10 (startColumn:endColumn).
- The range should be provided as a count, not as an index of the columns.
- The max column threshold will also be applied to the total column count for Column Range.
- If the Column Range field is provided, the Column Names field will not be considered.
- The max column threshold will also be applied to the total column count for Column Names.
- Maximum Displayed Rows:
- The TableView will display a maximum of 1.5 million rows (15 lakhs).
- Maximum Displayed Columns:
- The TableView supports a maximum of 20,000 columns (20k).