Sorry, but there are no more tags available to filter with.
  • disable dropdown in record view

    how can in i disable dropdown in record view I tried from record . js // $('div [data-name="status"]').prop('disabled', true) // $('div [data-name="status"]').attr("disabled", true); // $('div [data-name="status"]').addClass("disabled…