Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 28, 2021 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/74a114fe14cce1d5454151888c2df283 to your computer and use it in GitHub Desktop.
Save parzibyte/74a114fe14cce1d5454151888c2df283 to your computer and use it in GitHub Desktop.
<b-table-column searchable field="nombre_original" label="Nombre" sortable v-slot="props">
<b-icon :icon="obtenerIcono(props.row.nombre_original)">
</b-icon>
{{ props.row.nombre_original }}
</b-table-column>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment