Questions tagged as 'datatable'

1
answer

Add an object to a field of a DataTable c #

I have the following datatable with a DataRow DataTable InfoHDVIndicador = new DataTable(); DataRow vlrInd = InfoHDVIndicador.NewRow(); with 18 columns, one of them is: /*18*/ InfoHDVIndicador.Columns.Add("FuentesArray");...
asked by 05.12.2018 / 16:47
1
answer

How to select and get the value of a cell in WPF?

[I'm pretty new to WPF] I would like to know how I can obtain the value of a cell or several in WPf, I am currently working on a project and I need to be able to select a cell or several cells and obtain their value. Once this is achieved, I...
asked by 05.03.2018 / 14:27
2
answers

How to select a row from a data table and send me to another page?

I have the following table, what I want to do is that when selecting a row, send me to another page to be able to show data according to the person you select in the table, <h:form> <p:dataTable var="consultaPersona" style="m...
asked by 26.02.2018 / 18:19
2
answers

How to filter data from a data frame in R?

I have a data frame (out.predict.garch) in, what I want to get is to filter the data following the condition that the variables out.predict.garch $ name is equal to one of the levels (ibex) (that if it is done) and that the variable out.predict....
asked by 16.11.2018 / 10:26
2
answers

Help How to fill a dataSet in javascript?

I have the following line of code var registro1 = [ "1", "Perez", "Lopez", "Luis", "Martin", "22" ]; var registro2 = [ "2", "Gonzales", "Jimenez", "Reyna", "Maria", "18" ]; var registro2 = [ "3", "Rodriguez", "Dominguez", "Luis", "Fernando", "...
asked by 11.07.2018 / 06:12
2
answers

Fill DataGrid with DataTable

The current situation is that I have this dataGrid1.ItemsSource = dt.DefaultView; datagridajuste(); The problem is that when I fill in my "datagrid" (no datagridview), this generates empty tables at the beginning and at the end....
asked by 22.04.2018 / 15:07
1
answer

fill a datatable with ajax and php mvc

Hi, I'm trying to fill a datatable in php but I can not do it, this is what I have: driver public function VentasXvendedor(){ $IdVendedor= strtoupper(utf8_encode($_REQUEST['IdVendedor'])); $arrayCli=array(); $dat...
asked by 30.05.2018 / 00:06
1
answer

Headers of datatable are positioned badly | responsive table materialize

I'm testing datatables with materialize, I was testing the class responsive-table in a table that I have initialized with datatable. The problem I see is that when you load the page from a medium screen upwards you look at the table we...
asked by 13.04.2018 / 02:49
1
answer

DataTables in dynamic Tabs are initialized wrong

Testing the library of DataTables , doing tests and using the dynamic bootstrap tabs, I put a table in each dynamic tab (2) and the initialize to be DataTables, when doing this note that the table of the active tab is correctly initialized, how...
asked by 08.03.2018 / 03:30
1
answer

Datatable Format after Reloading Data

I have this dilemma with Datatable. I load the data in the datatable and initialize perfectly with this code: $(document).ready(function () { $('.table').DataTable({ sScrollX: false, dom: 'Bfrtip',...
asked by 12.02.2018 / 16:48