vue-table-dynamic
vue-table-dynamic copied to clipboard
:tada: A dynamic table with sorting, filtering, editing, pagination, multiple select, etc.
Installed it for my VueJS3 project with npm without problem, imported it in my component, but I get error message.   
Hi, This component is really useful but is it possible to apply server side pagination, searching, filtering, sorting just like there is jquery datatable based on ajax. It looks currently...
How can I add url in cell? if i just write "a href =" then the text is escaped and i'm not getting the desired result
 its be covered! not like below by ele:  and i set like this:  what i can do ? help
I have a requirement of searching via a web service call, so I'm trying to pass a function to **search** attribute, but it's not taking it, please help.
So I have an API with pagination, it requires page number and page_size, I can get page_siz from the data/params but how to know In which page he is?
Hi, could you please add a licence to this repository.
how can i highlight multiple rows? nothing works. => highlight: { row: [2,3,5] } / row: [[2],[3],[5]] etc.
How can I use dropdown list for cells in a specific column?