[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-12-22 UTC。"],[[["DataTableBuilder facilitates the creation of DataTable objects by defining columns and adding rows sequentially."],["Columns are defined using `addColumn` with specified data type and label, and rows are added using `addRow` with corresponding values."],["`build` method finalizes the DataTable construction and returns the resulting object."],["`setValue` allows modification of individual cell values within the table by specifying row, column, and the new value."],["DataTableBuilder uses a chaining pattern, where method calls can be linked for streamlined table construction."]]],[]]