User Manual

10.04.2024

MANUAL

Developer Function: Server Script: columns.ClearChoiceHash

## Overview This is the "ClearChoiceHash method" of the "columns object." It clears the "[Option List](/en/manual/table-management-choices-text)" of the "「Column」" in the "[Server Script](/en/manual/table-management-server-script)". ## Limitations 1. Only "[Class Column](/en/manual/table-management-class)" can be used. 1. This is valid when the server script "「Condition」" is " Before Screen Display" or "Before Row Display". ## Prerequisites 1. At least one option must be set in the option list for the target "「Column」". ## Syntax ``` columns.[Column Name].ClearChoiceHash(); ``` ## Parameters There are no parameters. ## Return Value There is no return value. ## Usage Example In the example below, the "[Class Column](/en/manual/table-management-class)" option is cleared. ##### JavaScript ``` columns.ClassA.ClearChoiceHash(); ``` ## Related Information <div id="ManualList"><ul><li><a href="/en/manual/table-management-class">Manage Table: Items: Class</a><span>10.24.2025 up</span></li></ul></article> <ul><li><a href="/en/manual/table-management-choices-text">Manage Table: Editor: Column Advanced Settings: Option List</a><span>01.15.2025 up</span></li></ul></article> <ul><li><a href="/en/manual/table-management-server-script">Table Management: Server Script</a><span>08.13.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />
TOP