Questions tagged as 'datatables'

0
answers

Put a subtable in an HTML table - JQuery

In the box view are all the sales made in the detail part there is a click that has to be displayed to show its detail, I do not know if I let myself understand. So far I have created the subtable but I still can not place it in the when I click...
asked by 16.06.2017 / 00:12
0
answers

Datatables does not recognize VueJs

I have the following created component, if you see, I have two console.log () inside the mounted method, one outside datatables and the other inside, and the one inside datatables throws me error that does not recognize. "Can not read property '...
asked by 09.07.2017 / 05:17
1
answer

Why does not my doropdown work when I add the boostrap datatables? [closed]

I am currently using the boostrap datatables together with a dropdown to download that is also boostrap. If I do not add datatbles my menu works correctly, but if I add the entire structure of my datatable it stops working. Linkeos that I...
asked by 09.07.2017 / 07:51
1
answer

Datatable 1.10 erase data when filtering

I am inserting data in a table with datatable, at the time of using the filter it filters, but it deletes the data that was already loaded in the table. <div class="jarviswidget jarviswidget-color-blueDark" id="wid-id-2" data-widget-editbut...
asked by 31.05.2017 / 19:39
1
answer

show message with image in div when js is disabled

I have a website whose functionalities use jQuery, I send information through JSOn and I also use jQuery Datatables so it is important that the user has JS enabled in their browser and before that I have been explicitly specified the way I shoul...
asked by 23.05.2017 / 22:24
3
answers

when jQuery does not work? [closed]

I have a question and would like the guide, comments from an expert or programmer who frequently uses jQuery. I want to capture some events on the client side using jQuery in an MVC C # application in addition to using jQuery datatable to sho...
asked by 16.05.2017 / 14:38
1
answer

Filter, library Table filter Jquery

I modify the whole post since I'm going to do it for Jquery as they indicate in a comment. I am using this plugin: link Well in this js it works according to their example: link Now I enter my table and it also works: link...
asked by 17.05.2017 / 09:26
2
answers

Table with DataTables and Editor does not work for me

I'm doing an inventory application of computer equipment in PHP with Laravel. At the moment I want to show a table with all the data about the models, but I can not find the solution. My index for this view is: <!DOCTYPE html> <htm...
asked by 24.04.2017 / 18:29
1
answer

Error Can not read property 'parentNode' of null with Jquery DataTables

I am building a table dynamically, this I have done in other modules of my page exactly the same, but this time I am generating that error and I do not know why, on the page I have another table that I assemble almost the the same way, the only...
asked by 04.04.2017 / 16:18
1
answer

How to convert the data of ajax (DataTable) in a for cycle?

Normally I use ajax and in the .done I do a for for the data that I received to show them in the view of the following way: for (var i = data.length -1; i >= 0; i--) { var rowNode = table...
asked by 13.03.2017 / 16:11