DMN Decision Table Orientation

How to change Decision Table Orientation?

What do you mean with orientation? Can you be a bit more explicit, please?

I should have provided more details… I’m sorry… Please see below DMN Spec

Section 8.2.2 - Table Orientation
https://www.omg.org/spec/DMN/1.3/PDF#page=89&zoom=100,129,177

Per DMN Spec, there are 3 types of decision table orientation

  1. Rules as rows
  2. Rules as columns
  3. Rules as crosstab
    RulesAsCols_and_CrossTabs RulesAsRows

dmn-js currently only supports “Rules as rows”.

Got it. Thank you for quick response.