Posts by Luciano • 113 points
5 posts
-
1
votes2
answers8689
viewsA: When to use address table in database
You should create a table of people where each person has (in addition to their personal data such as name and personal documents) their block, lot, house number and street name or avenue. The…
-
0
votes0
answers270
viewsQ: difficulty with relation of payment tables
I’m having difficulty creating tables in the database to work with payment, I’m creating the pay table with the value of the total payment and other cash tables, promising, check, boleto, card and…
online-paymentasked Luciano 113 -
0
votes2
answers743
viewsA: Disable paging and display all records when starting to search in datatable
I managed to solve, it follows code: //ASSIM QUE COMEÇAR A BUSCAR, DIGITAR ALGUMA COISA $('.dataTables_filter input').on( 'keyup', function () { //PEGA O VALOR DIGITADO var value =…
-
0
votes1
answer77
views -
0
votes2
answers743
viewsQ: Disable paging and display all records when starting to search in datatable
I’m using serverside in the datatable Jquery. PHP plus Jquery. The data is pulled from the database. I specified that 9 records appear on each page (of the pagination). But I need that when I start…