Example: Rendering Vue Components as Columns

Example: Rendering Vue Components as Columns

hamaadrazahamaadraza Posts: 1Questions: 0Answers: 0
edited May 21 in Free community support

I have been browsing through the forum and have seen some posts like https://datatables.net/forums/discussion/comment/231766/ and https://datatables.net/forums/discussion/comment/220330. I have put together a small example (link below) that might serve as a reference to anyone else searching for this.

https://stackblitz.com/edit/datatable-vue3-components

Replies

  • allanallan Posts: 63,262Questions: 1Answers: 10,424 Site admin

    Thanks for posting this! The latest DataTables Vue component does allow components to be used through the use of named slots, as discussed in the manual here.

    Allan

Sign In or Register to comment.