Click any column header to sort the data in ascending or descending order. This helps you quickly organize data alphabetically, numerically, or by date. Sorting toggles on each click and is applied only to the selected column.
Use the filter inputs above each column to narrow down the rows. You can enter keywords, numbers, or partial matches. Filters work independently per column and support dynamic searching.
Hover over the edge of a column header to reveal the resize cursor. Click and drag to change the column width. Column widths stay in place after resizing, allowing for a customized layout.
If a cell contains more content than fits in view, you can scroll horizontally or vertically within that cell. Simply hover and scroll with your mouse or trackpad. This allows you to explore full content without losing table layout.
Click the āFullscreenā button in the top-right corner of the table to expand the viewer to fill the entire screen. This view is ideal for working with large datasets, as it maximizes visibility and focus.
Navigate through large datasets using pagination controls at the bottom of the table. Use Next, Previous, or numbered pages to jump to specific sections. Pagination helps improve performance and readability on large files.
You can choose how many rows to display per page using the āItems per pageā dropdown. Options like 10, 25, 50, or 100 rows give you control over how much data you view at once.
A CSV (Comma-Separated Values) file is a plain text file that stores tabular data, such as a spreadsheet or database. Each line of the file is a data record, and each record consists of one or more fields, separated by commas.
CSVs are a common format for data exchange between different applications. For example, you might export data from a spreadsheet program as a CSV file and then import it into a database.