> For the complete documentation index, see [llms.txt](https://changelog.visilean.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.visilean.com/changelog/release-7.0-2024/new-task-table-beta.md).

# New Task Table (BETA)

We're excited to introduce the **All-New Tasks Table View** in VisiLean, designed to make task management easier, faster, and more intuitive. Building on the success of our previous improvements to the Constraint Table, this enhanced feature brings a host of powerful capabilities right to your fingertips.

The new Table View allows you to create tasks directly within the table, streamlining your workflow by reducing the need for additional navigation. You can now drag and fill task details effortlessly, making repetitive entries quicker and more efficient. We've also added the ability to group, sort, and search tasks using multiple parameters, allowing you to find exactly what you need in just a few clicks.

But that’s not all! Exporting your task data is now simpler than ever with support for both CSV and Excel formats, making it easy to share updates or perform deeper analysis. Clicking on a task opens a detailed panel that gives you a complete overview without leaving the table, ensuring all essential information is just a click away.

This release is all about giving you more control and visibility over your project tasks, right within the familiar Table View format. Experience faster decision-making, improved organisation, and a more streamlined project management process with these exciting new features!

{% hint style="danger" %}
**Beta:** This feature is currently in beta; functionality may change based on user feedback.
{% endhint %}

{% hint style="warning" %}
**Drag and Fill**: Currently enabled for the **Location**, **Priority**, **Zone**, and **Trade** columns. Additional columns will support this functionality in the subsequent releases.

**Column Settings**: Any added columns, custom sequences, or groupings will be reset if the page is reloaded. Data saving for these settings is planned for a future update.

**Excel Export**: Status colours, priority levels, and trade formatting are not yet supported in exports. These enhancements will be introduced in the next release.

**Task Status:** can only be updated from the property panel for now.&#x20;
{% endhint %}


---

# 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://changelog.visilean.com/changelog/release-7.0-2024/new-task-table-beta.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.
