Questions tagged as 'datatable'

1
answer

Descending order in Datatable

I am showing data in a datatable but I need to show the records in descending order. I thought that ordering them from the query would work and it was not like that, can someone help me? The function in which I believe the datatable looks like t...
asked by 26.06.2018 / 18:14
1
answer

how to update a data table by cleaning the records by clicking on a button?

I have the following code which is inside of a p: fieldset, they are two inputs one for the year and another for the month, and a search button, what it does is filter records according to those two parameters <p:inputText id="anio" s...
asked by 22.03.2018 / 17:23
1
answer

About the DataTables library

I have the following question: I am using the datatables library, so that it shows me in mobile format, the second and third columns as removable and do not collapse automatically starting with the last column, that is, I want it to be as you se...
asked by 22.03.2018 / 09:17
1
answer

find a row (s) with DataTable.Select

I carry out the following instruction .. DataRow[] results = m_dtableKardex.Select("IdReferencia = " + l_intIdReferencia + " OR IdReferencia IS NULL" + " AND IdTamano...
asked by 08.02.2018 / 20:41
2
answers

Casting an unknown guy and putting him in a datarow column

I have a DataTable that has been created with the same columns as another DataTable. DataTable dtAux = new DataTable(); for (int i = 0; i < dt.Columns.Count; i++) { dtAux.Columns.Add(dt.Columns[i].ToString(), dt.Columns[i].GetType());...
asked by 27.04.2017 / 11:58
1
answer

an object reference is required to access non-static field method or property c #

I have a private method that returns me as a result of the execution of a data set. What I want to do is reference in this method a textBox that I have in the main button of my Windows Form application. For the user to manually enter the 'Cap...
asked by 07.04.2016 / 23:05
2
answers

capture selected value of datatables (Jquery) and save in array

I am using Jquery datatable, I would like that when selecting values from the table, they are stored in an array. I tried the following. $('#tblMsnToColab tbody').on( 'click', 'tr', function () { $(this).toggleClass('selected'); }...
asked by 28.08.2018 / 11:59
1
answer

error in datatable laravel actions

I am making a table with actions of habilitar and deshabilitar when clicking on the buttons the url sends me with its respective id but the function does not call me in the controller. Route::get('/admin/votos/all/{id}/deshabilia...
asked by 23.10.2018 / 17:18
1
answer

R version 3.5.1; package: readr; read_csv (); Windows 7 Ultimate (Servi Pack 1); missing space to execute command

   R version 3.5.1; package: readr; read_csv (); Windows 7 Ultimate (Servi Pack 1); lack space to execute command 2.95 GB of RAM; 33 GB of Hard Disk space. Function to read 9,060,698 Rows of a CSV file, the .zip file weighs 65 MB and the...
asked by 09.11.2018 / 03:15
1
answer

Edit and delete mysql records from datatable

I have adapted an example of datatable with a datepicker. Now I want to add the functions to edit and delete records. I have another example with which I can edit and delete rows from the database, but I am not able to adapt it to make it work i...
asked by 22.04.2018 / 19:25