Questions tagged as 'datatable'

2
answers

Send selected record from a p: dataTable to form, JSF firstfaces

Hello, I'm new here, and I'm migrating from Struts 1 to JSF. I am developing in JSF a user registration screen. I would like that when I select a record from p:dataTable , the data from that selected record went to the fields of the for...
asked by 24.08.2016 / 15:23
1
answer

Which method corresponding to the FindAll of the List is used in a DataTable

I have the following select below: var Filhos = FluxoWorkflow_ .FindAll(N => N.IdPai.GetValueOrDefault() == dr.IdFluxoWorkflow); I've had to change my typed class to a DataTable I'm just not getting it to change th...
asked by 16.02.2016 / 17:23
1
answer

Playing Query Data For DataGridView in C #

Hello everyone, I'm having problems with a listing. I have a DataGridView loading a list of products automatically and a combobox with the names of the categories, the idea is that when selecting a category and clicking the list button, DataG...
asked by 03.04.2015 / 19:12
1
answer

Inner Join with like, Mysql, and Datatable

Personally, I have a problem at the time of searching a field in the datatable, I have a taxpayer table, this is linked to taxpayers_param, taxpayers_end and taxpayers_tel. I'm trying to do a search using like and inner join, until then the sear...
asked by 07.08.2018 / 17:48
1
answer

QUERY CODEIGNITER - INNER JOIN

Hello I am using dataTable in codeigniter and doing a query through the search Looking at the query below, it works fine when it comes to query within the same table tb_pagamento . Now I want to query the name of the...
asked by 05.07.2018 / 17:42
1
answer

How can I construct a table result using "eventReactive" in shiny

How can I create a "table result" for each relationship I chose in the selectInput "Col" and "Row"? Dinamicaly, for each time you press the 'ok' button. library(shiny) shinyUI(fluidPage( h4("Give a valor between 0 to 5, to each col/row relat...
asked by 15.03.2018 / 16:54
1
answer

Datatables bringing all data at once

I'm having a bizarre problem getting my hair ripped, I know I'm creating a valid json via server side, even using a json validator. the format of my json is this way: [ { "name": "jhon doe", "age": "22", "eye": "brown" }, { "nam...
asked by 22.06.2017 / 17:59
1
answer

DataTables - Default ordering

How do I make a table already come sorted by a particular column in the DataTable?     
asked by 04.07.2017 / 16:53
1
answer

jQuery DataTable Print Details

I have a datatable with original data and details data, this detail data can be expanded according to the user's wishes, however I have a printing problem, when I use the print function of the datatable, only the original data is printed...
asked by 14.07.2017 / 22:28
1
answer

Adding Datatable Features in Laravel 5.4 with AdminLTE

Good evening, ladies, I recently started a project in order to upgrade with laravel 5.4, I created a project and I'm using adminLTE to the layout. The thing is, this AdminLTe has a table template that I want to use. but I'm not able to use a...
asked by 19.05.2017 / 04:12