FAQ: I want to customize the options for the status column
## Answer
Change the contents of the options list in the same way as for the "Classification" column.
---
## Prerequisites
1. Set the code value as a numerical value.
1. If the code value is set to a numerical value equal to or greater than the value set in "CompletionCode" in "[General.json](/en/manual/general.json)", the option will be considered complete.
1. The class name you set must start with "status-".
## Overview
The standard contents of the "[Status](/en/manual/table-management-status)" column are as follows, but you can customize them as you like.
![image](https://pleasanter.org/binaries/125d1c03c857454fb104158a82d56e2e)
## Operation Procedure
1. Open the target table and click "Manage" →"[Manage Table](/en/manual/table-management)" from the navigation menu.
![image](https://pleasanter.org/binaries/c5e0919abd844a13ae7ae33af2214c11)
1. Open the "[Editor](/en/manual/table-management-editor)" tab, select the "[Status](/en/manual/table-management-status)" column, and click the "Advanced Settings" button.
![image](https://pleasanter.org/binaries/964c726b709d4da7a024b06d2fd02030)
1. Change the contents of the "[Option List](/en/manual/table-management-choices-text)".
![image](https://pleasanter.org/binaries/b05d76f36eb14fd2a6abeea87ecabbe5)
1. The format is as follows, separated by commas.
[Code value to register in database], [Editor screen display], [List screen display], [Style sheet class name]
You can freely change the style by creating a new style such as "status-original-color" and registering it in "[Style](/en/manual/table-management-style)".
```
.status-original-color {
color:red;
background:yellow;
}
```
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/table-management">Manage Table</a><span>10.02.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-status">Manage Table: Column: Status</a><span>10.02.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-editor">Table Management: Editor</a><span>08.13.2024 up</span></li>
<li><a href="/en/manual/table-management-choices-text">Table Management: Editor: Item Detail Settings: Option List</a><span>08.13.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-style">Table Management: Style</a><span>08.13.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />