Open 8cris2 opened 6 years ago
Have you modified anything in Vuetable source code that you've copied? Mine is still working, see this example
@ratiw I think my version is outdated. I see you have slot-scope attribute which is new and your version is 1.7.2. I have 1.6.5 in my package.json
Hi @ratiw I am currently still having issues getting the icons as well as the pagination to work. I have removed and reinstalled the vuetable-2 module in package.json on my local setup. And since I cannot get it to work. I am using Laravel 5.4 installation.
<vue-table
ref="vuetable"
:per-page="5"
:fields="fields"
api-url="http://localhost:3000/js/users.json"
:css="css.table"
pagination-path=""
@vuetable:pagination-data="onPaginationData"
@vuetable:loading="onLoading"
@vuetable:loaded="onLoaded">
</vue-table>
<vuetable-pagination
ref="pagination"
:css="css.pagination"
@vuetable-pagination:change-page="onChangePage">
</vuetable-pagination>
``
@Gemini12 Something a bit curious to me.
../Vuetable.vue
? Why not importing it from vuetable-2/src/components/Vuetable.vue
?pagination
in the data section, but you obviously refer to css.pagination
.Cheout: https://github.com/FortAwesome/vue-fontawesome
You need to do this:
import { dom } from '@fortawesome/fontawesome-svg-core'
dom.watch() // This will kick of the initial replacement of i to svg tags and configure a MutationObserver
This will solve the issue.
Hello @ratiw
Currently trying to insert the action icons but have no success to get this working. Not even getting any errors.