I am using the CoreUI admin theme for VueJs.
I am trying to make a table via CoreUI. Now I have to make the rows of the table Clickable.
Any idea as to how I can do that?
Here is there documentation on Tables: https://coreui.io/vue/docs/components/table.html#cdatatable-api In there CDataTable API under events , they have row-clicked events. I just don't know how to use it.
Any sorts of help will be appreciated.