Questions tagged [vue-tables-2]

Vue.js table component

Vue Tables 2 was created to give developers a fully featured tool-set for creating beautiful and useful data tables with Vue.js. Used in hundreds of commercial software applications, Vue Tables 2 is constantly growing, improving and getting new features

Official docs

136 questions
0
votes
1 answer

How to add additive Authorization parameter in vue-tables-2 component request

Implementing in my @vue/cli 4.0.5 app vue-tables-2 component with server-table and looking at this https://matanya.gitbook.io/vue-tables-2/server-table/custom-request-function I try to set additive Authorization parameter to request like:
Petro Gromovo
  • 1,755
  • 5
  • 33
  • 91
0
votes
2 answers

Vuetable-2 : while implementing checkbox, only showing checkbox in first header row

here is link to what i have done. https://codesandbox.io/s/vuetable-2-data-mode-with-pagination-using-data-manager-prop-9gv99
0
votes
1 answer

Vuejs2: Vue Tables 2 - Multiple Custom filters

I'm trying to use a Vue table 2 filter to filter data by date, unfortunately it is not wroking and I am not able to find the reason. Has anyone tried such multiple filters with Vue table 2? I went through the documentation but cannot find a…
0
votes
1 answer

Vue, edit item in the table and redirect to another page

Good Morning! I have a page that lists the devices and I want to click on the item to be redirected to another page that lists the features, until this point is working. However, when doing this, some features on the devices list page are not…
0
votes
1 answer

Vue Tables 2 cells are all outline, like they are selectable

Please help. I have been using Vue Tables 2 for > 2 years now, and I have never had this problem. My table shows up perfectly as usual, but now whenever I click on a cell, it is surrounded by a blue outline on chrome and a dotted outline on firefox.…
7tacos
  • 39
  • 7
0
votes
1 answer

Custom Searchbox for vue-table-2

Using Vue Table 2, I do not want to use the default search/filter input and the Records drop down. I.e. I do not want to use controls in the image below: Instead, I want to create my own input box outside the table. I am able to hide the default…
bdfios
  • 657
  • 6
  • 17
  • 29
0
votes
1 answer

how to call a function inside vue-tables2 templates option

I am using vue-tables2 in my app.With the help of 'template' property avilable in vue-table2 options I am able to modify the format of the data. The sample code is given below data: { columns: ['erase'], options: { ... …
Pranab V V
  • 1,386
  • 5
  • 27
  • 53
0
votes
2 answers

Vuetable2 slot in slot

I use vue(2.6.10) an Im trying to build a universal table with vuetable2 (2.0.0-beta.4). I created a component for the general methods of vuetable. I tried to place my "MyCustomTemplate" in the slot section of the "MyVueTable", but I got no error…
Marvin Thör
  • 191
  • 1
  • 11
0
votes
2 answers

VueJS inside component won't open on button click

I use vue-tables-2 and bootstrap-vue. I've created a component which is a column in vue-tables-2 and it consists of button and modal code. The problem is that this way, the modal is not opening when you click on the button and I don't know why.…
Milano
  • 18,048
  • 37
  • 153
  • 353
0
votes
1 answer

Refresh vuetable-2 component from my parent component

I have make my own vuetable-2 component and calling this component every time in component where i want to show list. I want to reload my vuetable-2 component when ever i perform any action on my parent component.
0
votes
0 answers

Vue-table-2 table will not updated

I am new to vue and i do make use of vue-tables-2 to view my database data using the created() lifecycle, right on the same page, i also have a form that always send data to this this table database, but anytime i add new file to the database i need…
phemieny7
  • 803
  • 7
  • 21
0
votes
0 answers

Vue-Tables-2 Side Server Get Error " Cannot read property 'data' of undefined" Why?

I am using vue-tables-2 for manage data. I wanna implement server side. But I got a problem. I can get the data as well. But I dont know why I got that error message. This is my code: HTML
Jauhardev
  • 29
  • 8
0
votes
1 answer

How to hide columns using vue-tables-2 - Vuejs -

I've really exhausted all the possible results in google but still can't find the answer. If there is one. I need to do one simple thing: Using Vuejs and Vue-tables-2 (https://www.npmjs.com/package/vue-tables-2), I need to hide one column,…
nacho
  • 531
  • 9
  • 26
0
votes
1 answer

How to Implement Delete Data in Vue-Tables-2?

I am confused how to implement delete in vue-tables-2. I used this library https://www.npmjs.com/package/vue-tables-2 This is my code HTML
Jauhardev
  • 29
  • 8
0
votes
0 answers

vueJs data-table alternative jquery data-table

I created a crud system with vueJs and laravel. Now I want to use a data-table like jquery data-table for my vueJs app with laravel blade file. Suggest a best vue-table which easy to implement. Thank you.