Questions tagged as 'datatable'

0
answers

People Material Design Data Table in AngularJS with Firebase data using promises

I am trying to use this AngularJS module to create a table with information stored in Firebase. The problem is that I do not get the table to be populated with the data obtained in Firebase. At the time of loading the page, the progress bar...
asked by 04.05.2018 / 18:29
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
0
answers

how to refresh a datatable of primefaces after a click?

I have the following form <h:form id="form"> <p:commandButton icon="ui-icon-clock" styleClass="element-button green hacia-izquierda" style="margin-right: 5em; margin-top: -1em;" value="Horario" update=":form:horario" oncomplete="PF(...
asked by 04.04.2018 / 17:29
0
answers

How to calculate amount in primefaces jsf with ajax?

I need to calculate the amount of products that are in a dynamic datatable I am using the edit property of datatable jsf. the multiply fields are the price by the amount = amount. the price is an outputlabel, the quantity is inputtext, and...
asked by 23.03.2018 / 16:30
0
answers

how to select a record in a table and get the selected value to display it?

I have the following table, and I want that when selecting a record in the action button a modal appears, and that in that modal the info of the regstro that I select is shown <p:dataTable id="detalle" var="detalle" styleClass="column...
asked by 16.03.2018 / 18:53
1
answer

How to display the contents of a list that comes with numeric fields in String in java?

I have the following list, and I pass a find, which returns a list of Access Registry private List<RegistroAcceso> listRegistroAcceso; listRegistroAcceso = registroAccesoService.findRegistroAccesoByNuserid(cvePersona); Within t...
asked by 15.03.2018 / 23:46
0
answers

how can I add columns to a table of primefaces depending on the days of the month?

I have a table in primefaces that works as a calendar, I currently put in 31 columns, but the table must show the days according to the month, so how can you do it not to show all the 31 days, if it is February that only show the 28 days for exa...
asked by 26.01.2018 / 00:18
0
answers

Update Script Datatable using a query that returns a JSON

A while ago I have been investigating the subject and the truth is that I do not find it back. My idea is, by using the Script Datatable generate a table that the charge by a json , until there we are perfect, the problem arises whe...
asked by 27.12.2017 / 15:57
2
answers

Problem loading json data in a datatable

Good afternoon, please support, by inserting the data of a json in php to a datatable does not show me, I have validated and the data if they are loaded in the php but by pulling them to a datatable does not show them. my getjson.php code...
asked by 01.10.2017 / 21:14
1
answer

Problems when reloading Datatable

Greetings to all, I have this problem with a Datatable table which in my .JS file I declare at the beginning of this way: var table; $(document).ready(function(){ table = $('#example').DataTable({ data: "", 'rowsGroup': [0...
asked by 26.09.2017 / 23:45