تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]],["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["The `insert` function adds an element to a `ui.data.ActiveList` at a specific index, shifting existing elements if necessary."],["If the provided index exceeds the list's length, the element is appended to the end."],["The function returns the modified `ui.data.ActiveList` instance for chaining purposes."],["The function requires the index where the element should be inserted and the element itself as arguments."]]],["The `insert` method adds an element (`el`) to a `ui.data.ActiveList` at a given `index`. If `index` exceeds the list's length, the element is appended. It shifts existing elements to accommodate the insertion. The method returns the modified `ui.data.ActiveList` instance. It takes three arguments: The `ui.data.ActiveList` itself, the index to insert the element, and the element to insert.\n"]]