[[["समझने में आसान है","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."]]],[]]