render rows in respect to computed columns

This commit is contained in:
Peter Olu 2022-05-19 09:07:22 +01:00
parent 5e9e52f831
commit 650038f069

View File

@ -17,7 +17,8 @@ limitations under the License. -->
<div class="log">
<div class="log-header">
<template v-for="(item, index) in columns">
<div
<template v-if="item.isVisible">
<div
class="method"
:style="`width: ${item.method}px`"
v-if="item.drag"
@ -31,6 +32,7 @@ limitations under the License. -->
<div v-else :class="item.label" :key="`col${index}`">
{{ t(item.value) }}
</div>
</template>
</template>
</div>
<div v-if="type === 'browser'">