bpmn-io / dmn-js

View and edit DMN diagrams in the browser.
https://bpmn.io/toolkit/dmn-js/
Other
295 stars 137 forks source link

Be able to disable 'View DRD' button via config #349

Open philippfromme opened 6 years ago

philippfromme commented 6 years ago

Is your feature request related to a problem? Please describe.

The "View DRD" button is present on the top of each decision table in the multi-editor.

Bildschirmfoto 2020-09-23 um 13 06 25

Describe the solution you'd like

It should be possible to disable it via config.

Example:

new DmnJS({
  modules: [],
  drd: {
    drillDown: {
      enabled: true
    }
  },
  decisionTable: {
    showDrd: {
      enabled: false
    }
  },
  literalExpression: {
    showDrd: {
      enabled: false
    }
  }
})

Additional context

ViewDRD Component

SaravgiYash commented 4 years ago

Hi, @pinussilvestrus I would like to work on this issue. Can you please elaborate on what changes do I need to make and in which files?

philippfromme commented 4 years ago

All the required information can be found in this issue.

ShaikhAman01 commented 1 year ago

Can I work on this @philippfromme