[]
Gets or sets the callback function that disposes of detail cells.
[JsonConverter(typeof(FunctionConverter))]
public string DisposeDetailCell { get; set; }
The callback function takes a Row as a parameter and disposes of any resources associated with the detail cell.This function is optional. Use it in cases where the createDetailCell function allocates resources that are not automatically garbage-collected.