> For the complete documentation index, see [llms.txt](https://docs.pakk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pakk.io/account-setup/admin-panel/beginner-tutorial-series/part-3-overview-of-data-management-features-sorting-filtering-and-bulk-actions.md).

# Part 3: Overview of Data Management Features: Sorting, Filtering, and Bulk Actions

Part 3 of our "Admin Panel Tutorial Series" covering the basics of how to use the admin panel as well as some more advanced topics and workflow tips and tricks.

{% embed url="<https://youtu.be/ZJUxEqXAnbo?si=gnwFPMBGma9-zcyA>" %}

In this video we cover:&#x20;

[00:00](https://www.youtube.com/watch?v=ZJUxEqXAnbo\&list=PLZ7tSd_NHfrO7pn7G6qr7Z3IINs7qygrH\&index=3\&t=0s) Sorting&#x20;

[00:52](https://www.youtube.com/watch?v=ZJUxEqXAnbo\&list=PLZ7tSd_NHfrO7pn7G6qr7Z3IINs7qygrH\&index=3\&t=52s) Filtering introduction&#x20;

[01:39](https://www.youtube.com/watch?v=ZJUxEqXAnbo\&list=PLZ7tSd_NHfrO7pn7G6qr7Z3IINs7qygrH\&index=3\&t=99s) Enabling filters&#x20;

[01:56](https://www.youtube.com/watch?v=ZJUxEqXAnbo\&list=PLZ7tSd_NHfrO7pn7G6qr7Z3IINs7qygrH\&index=3\&t=116s) Stacking filters&#x20;

[02:15](https://www.youtube.com/watch?v=ZJUxEqXAnbo\&list=PLZ7tSd_NHfrO7pn7G6qr7Z3IINs7qygrH\&index=3\&t=135s) Disabling, hiding and clearing filters&#x20;

[03:00](https://www.youtube.com/watch?v=ZJUxEqXAnbo\&list=PLZ7tSd_NHfrO7pn7G6qr7Z3IINs7qygrH\&index=3\&t=180s) Combining filters with quick search&#x20;

[04:00](https://www.youtube.com/watch?v=ZJUxEqXAnbo\&list=PLZ7tSd_NHfrO7pn7G6qr7Z3IINs7qygrH\&index=3\&t=240s) In-list editing&#x20;

[06:00](https://www.youtube.com/watch?v=ZJUxEqXAnbo\&list=PLZ7tSd_NHfrO7pn7G6qr7Z3IINs7qygrH\&index=3\&t=360s) CSV export and import&#x20;

[07:43](https://www.youtube.com/watch?v=ZJUxEqXAnbo\&list=PLZ7tSd_NHfrO7pn7G6qr7Z3IINs7qygrH\&index=3\&t=463s) Bulk actions

#### Overview of Data Management Features: Sorting, Filtering, and Bulk Actions

This video walks through various data management functionalities such as sorting, filtering, bulk actions, and more in a system that displays fields like SKU, name, and price. It explains in detail how to use these tools to search and manipulate data efficiently, as well as providing a brief overview of in-list editing, CSV imports/exports, and bulk actions. Below are the main points discussed, categorized by subheadings for clarity.

***

#### Sorting Data

The video starts with a demonstration of sorting data by different fields:

* **Sorting by Price**: Clicking on the field name (e.g., Price) sorts the items in ascending or descending order.
* **Other Fields**: Similar sorting can be done for SKU and Name, allowing users to quickly organize data by any available field.

#### Filtering Data

Filtering allows for more intricate searches. The user can apply filters to narrow down results by specific criteria:

* **Using Filters**: Click the filter icon next to a field and apply conditions like “contains” or “starts with.”
* **Stacking Filters**: Multiple filters can be applied to refine results further. For instance, filtering by "contains pasta" and "contains red" helps locate specific products like red pasta.
* **Enabling/Disabling Filters**: Filters can be toggled on or off, hidden, or cleared entirely to return to the full dataset.
* **Quick Search**: Filters can also be combined with a quick search for more complex data queries, making it easier to drill down into large datasets.

#### In-List Editing

The video highlights the **in-list editing** feature, which allows users to edit records directly within the list view without exporting data:

* **Entering Edit Mode**: Clicking "Edit" turns on in-list editing, enabling direct modifications to data fields like product names.
* **Autosaving**: Changes are saved automatically when you move between fields, making it quick to edit multiple entries.
* **Efficient for Bulk Edits**: This method is particularly useful for editing numerous items simultaneously without needing to export and re-import data.

#### CSV Export and Import

The system supports **CSV export and import** for larger data management tasks:

* **CSV Export**: Clicking the export button generates a CSV file of the current dataset, reflecting any filters that have been applied. It exports all fields, regardless of what is currently visible in the view.
* **CSV Import**: CSV import allows bulk updates to the dataset. The tutorial advises exporting a sample CSV first to use as a template for re-import, ensuring data is correctly formatted before being uploaded.

#### Bulk Actions

Bulk actions are available for applying changes to multiple records at once. These are particularly useful for orders, customers, and other records that need batch processing:

* **Example**: For orders, bulk actions like "dispatching" can be performed, allowing users to apply changes (such as setting shipping details) across several records at once.
* **Customization**: Bulk actions vary depending on the record type, providing flexibility in how they are used for different datasets.

***

#### Conclusion: Key Takeaways

* **Sorting and Filtering**: You can sort by any field and apply multiple filters to refine data views.
* **In-List Editing**: Allows for quick, direct edits of multiple records without exporting data.
* **CSV Export/Import**: Use export for large-scale changes and import data back in using a CSV template.
* **Bulk Actions**: Apply actions like dispatch or status changes to multiple records simultaneously.

#### Bullet-Point Summary

* Sorting can be done by any field (e.g., price, name, SKU).
* Filtering allows for detailed data queries and can stack multiple filters.
* Filters can be enabled, disabled, hidden, or cleared.
* In-list editing offers fast and automatic saving of changes.
* CSV export includes all fields, reflecting any applied filters.
* CSV import requires a prepared file; exporting a sample first is recommended.
* Bulk actions enable changes across multiple records (e.g., dispatching orders).

### &#x20;<a href="#header" id="header"></a>

\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pakk.io/account-setup/admin-panel/beginner-tutorial-series/part-3-overview-of-data-management-features-sorting-filtering-and-bulk-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
