Questions tagged as 'datatables'

0
answers

Problem when creating dataTable

I am working with a tabs component within a tab I am trying to place a dataTable but it marks me an error and I do not know what the problem is. Here I leave code that I am using. Script Code <script> var id_maest...
asked by 11.05.2018 / 16:47
0
answers

Datatable- Customize PDF, Print, Excel buttons to floating buttons (FAB)

I am interested in knowing which route I should take to customize the buttons that come from datatable defects (pdf, excel, print ...) to group them so that they are floating buttons. I am using a template based on UIkit, the document shows the...
asked by 25.04.2018 / 14:33
0
answers

Problem with tooltip created with css and jquery datatable

I'm creating a tooltip so that when I put on top of the text of each cell of a datatable, I'll see a tooltip with that text but the long version, and the datatable is not leaving me. It shows me the tooltip but it shows it to me inside the cell...
asked by 19.04.2018 / 08:17
0
answers

Unwanted behavior when editing a row in a grid

I have a asp:GridView paged with datatables . The point is that when I give it to edit, although I keep the page in which I am correctly, the row that I edit becomes the last one of the table in the last of the pages. It's obvious t...
asked by 18.04.2018 / 10:41
2
answers

datatables server side filter and sort

I have a situation with datatables using server-side script Table localidad localidad origen localidad destino In $ joinQuery: (server-side) .. LEFT JOIN localidad GO ON A.mxv_loc_ori_fk = GO.loc_id LEFT JOIN localidad GD ON A.mxv_loc_d...
asked by 26.04.2018 / 17:30
0
answers

I have a problem with DataTable when paging after inserting

Good afternoon I have a difficulty when using Data Table I already implemented it works correctly page, search, sample by quantity and order but the problem is when I want to insert data if it inserts me but does not respect the page, it show...
asked by 15.04.2018 / 23:47
2
answers

Fill Datatables to Column

Hi, I have a problem for a Datatable to fill the width of a col (using Bootstrap 4) HTML is like this <div class="container-fluid"> <div class="form-group"> <div class="row" style="padding-top:20px"> &l...
asked by 08.04.2018 / 16:50
0
answers

Problem when starting modal for the second time

I have a button that calls a function, and opens the modal at the same time. The first time I do it, it does it well but the second time I run the button, I see this error in the console:    Type error: can not read property parentnode of nul...
asked by 02.04.2018 / 14:54
0
answers

How do I set a record per page in a dataTable (dataTable.js)

I do: I get a few records in a DataSet from SQL Server, return to fromEnd sereializados JSON when I receive my reply ajax what convierto format json, now I want to paint them in a DataTable paginated as follows way: if I get 4 registration will...
asked by 25.04.2018 / 19:58
1
answer

I do not work on filters in Primefaces

I have the following xhtml file of Primefaces and the filter is not working in the Order field. What can it be? <h:form id="form1"> <p:growl id="growl" showDetail="true" /> <p:panel id="cabece...
asked by 13.03.2018 / 18:10