Skip to main contentJadawel Documentation

DataGrid

DataGrid

The data grid is where the users will spend most of their time. It’s the data table where all information will be entered. The data grid has several features that make data entry and management more efficient:

  1. Validations: The data grid provides various validation options to ensure that the data entered is accurate and consistent. For example, you can set a validation rule to ensure that a date field is in the correct format or that a numeric field only accepts numbers within a certain range.

  2. Importing and exporting data: The data grid allows users to import and export data. For importing data, the user needs to export a template first to ensure that the data is formatted correctly.

  3. Adding and editing rows by a form: Users can add and edit rows using a form that appears when they click the form icon on “Add Row” or “Edit” button. The form allows users to enter data for each column and provides validation feedback in real-time.

  4. Search and filters: The data grid allows users to search and filter data by various criteria such as text, date, or numeric values.

  5. Rearrange column order: Users can rearrange the column order by simply dragging and dropping them into the desired position. This allows users to customize the data grid to their needs. Overall, the data grid is a powerful tool for managing and organizing data. Its features make data entry and management more efficient and accurate.

    Data Grid