{
{this.renderContent(`${key}-name`, name, path)}
{subEntries.length}
+
+ hint && this.showTooltip(e, hint)}
+ title={hint}
+ className='ver-table-row-wrapper inner'>
+ {this.renderContent(`${key}-hint`, '', path, hintClassName)}
+
) : (
{
|
{keyField && } |
+
+ hint && this.showTooltip(e, hint)}
+ title={hint}
+ className='ver-table-row-wrapper'>
+ {this.renderContent(`${key}-hint`, '', path, hintClassName)}
+
+ |
>
)}