Questions tagged as 'datatable'

1
answer

How to reload a datatables in angular?

I want that when I press any key in the field filter_campo recharge the table, I tried with dtOptions.destroy; and dtOptions.renderer; but none of the 2 recharges the table. This is the library I'm using: link cate...
asked by 20.09.2018 / 22:49
1
answer

The input array of your table is too long, Datatable and C #

My problem is that I have a datatable of 48 positions that would be the following: #region tablaRectificacionesImportaciones dt_rectificacionesImportaciones.Columns.AddRange(new DataColumn[48] { new DataCo...
asked by 29.03.2017 / 18:11
2
answers

Data table misorders the hours

I was testing the jquery library of datatable's that is quite complete and good, related to the property that can be sorted upwards to descending data, enter time data, such as 7:15 AM, 8:00 AM, 9:00 AM, 9:45 AM, I realized that the column where...
asked by 06.03.2018 / 21:53
1
answer

datatable.net preserve line breaks in exported documents

I am using the plugin: datatables.net I have tried to preserve the line breaks when exporting to excel, PDF or Print but it does not work for me: stripNewlines: false Update Script Script: $('.DataTable3').DataTable( { "aut...
asked by 10.01.2018 / 16:54
1
answer

Problem when updating datafable component of primefaces

I am developing a Primefaces 6.2 application in which I use the datatable component in edit mode. <p:remoteCommand name="refrescarTabla" actionListener="#{bean.dlgEditar.refrescarTabla}" update="pgTabla"/> <h:panelGroup id...
asked by 02.04.2018 / 15:10
2
answers

how to call a sweetalert from a datatable.net?

I would like to know if there is any way to call a sweetalert within a datatable, I have this code. function TablaTrabajador() { $('#myTable').DataTable({ 'ajax': { "url": "/Trabajador/VerTrabajador",...
asked by 09.08.2018 / 21:21
0
answers

PostValidate in Datatable

I currently have a DataTable in which I show customer contacts. What I need is to validate that the inserted records are not repeated. <p:fieldset legend="Informacion de Contacto del Cliente"> <p:dataTable id="dataTableContactos"...
asked by 21.08.2017 / 01:17
3
answers

Object reference not set as an instance of an object. Problem with Datatables in C #

How can I get the record of my selected row? What I would like is that when selecting a row this selection I return the record to then get its Id and finally make an update in case of any modification. Current code of the method to mod...
asked by 03.04.2017 / 23:32
2
answers

Read File .txt separated by comma

For help I need to pass these lena separated by comma to a datatable. these are the lines. at the end of the line also the separation is one per comma. 000000000000056680640,07/07/2016,1606169715409,000000933.00,DB,EXI IB INFOTEP 5016061697...
asked by 20.08.2016 / 00:00
2
answers

How can I use the value of a variable with LINQ?

I'm trying to assign a variable to a select using LINQ. My function which makes it evaluate a data set to get the SourceID according to the caption that has been passed into the select. What I try to do is from an application in Windows Fo...
asked by 08.04.2016 / 16:32