#104746
Markov
Keymaster

Hi Oleg,

Unfortunately, it is not possible to combine arrows into one. To hide row detail arrows, you can use CSS.

Example:

smart-grid-row[data-id="5"] smart-grid-cell div[data-field="_rowDetailColumn"] button {
  visibility: hidden;
}