# Configurable columns on funding round applications page

## Problem

The applications tab on a funding round page displayed a fixed set of five columns (application title, applicant, requested funding, last update, and status). Administrators had no way to add, remove, or reorder columns to suit their workflow. In particular, the approved amount for each application was not visible on this page, requiring administrators to open individual applications to see it.

The main applications index already supported configurable columns, but this capability had not been extended to the per-funding-round applications view.

## Solution

The funding round applications page now uses the same configurable column system as the main applications index. Administrators can choose which columns to display via a column selector, and the selected columns are saved per-user. A new "Approved Amount" column is available, showing the amount granted for each application.

Organisation administrators can also set the default visible columns for their organisation through the existing view settings.

## How it works

Six columns are available on the funding round applications page:

* **Application** -- the application title, linked to the application detail page
* **Applicant** -- the applicant organisation name, linked to their profile
* **Requested Funding** -- the total amount requested by the applicant
* **Approved Amount** -- the amount granted to the application (new)
* **Last Update** -- the date the application form was last updated
* **Status** -- the current application status timeline

By default, five columns are shown (all except Approved Amount). Each user can customise their column selection independently, and sortable columns (Application, Applicant, Approved Amount, Last Update) can be clicked to sort the table.

The footer row displays totals under monetary columns (Requested Funding and Approved Amount) when they are visible.

## UI

* A column selector icon (grid icon) appears in the table header row. Clicking it opens a modal where users can check or uncheck columns. Changes take effect immediately on save.
* The Approved Amount column, when enabled, displays currency-formatted values and supports click-to-sort.
* Multi-stage funding round applications retain their existing "remove" button column alongside the configurable columns.


---

# Agent Instructions: 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:

```
GET https://help.tahua.io/product-news/2026/april/configurable-columns-on-funding-round-applications-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
