Questions tagged as 'tabela'

0
answers

Add a data in a specific cell of a table

I have a form with a schedule filter and I would like to add an X in a cell specific to that table schedule when I click the button and it adds a new line with the chosen field marked with X this is my filter and my for you that turns it into...
asked by 06.06.2018 / 13:38
1
answer

Automatically leave dates in order

How do I leave my table that has dates organized in order, type, has the cells: date of issue; name; due date; situation, I wanted my table to be organized by expiration date automatically when I put a new value, either by clicking a button or w...
asked by 30.12.2017 / 16:23
1
answer

Importing XLS to PgAdmin

I'm trying to import a spreadsheet with information from a database table, but when I try to import, it gives the following message:    field 'md5' must have a value However, there are values in this field. I do not know what to do about...
asked by 10.12.2017 / 23:18
1
answer

Pass value to input within table

The problem is this: I have a input product search, I type it filters and adds to the "items" table; in the "items" table has input that filters the services with value, and then I give    split () I take the value and try to pass...
asked by 29.11.2017 / 04:34
0
answers

Script for Indesign Tables (JavaScript)

I created a script for InDesign using JavaScript, but do not know about creating one last command to complete it: myTable (); function myTable(){ app.selection[0].tables.everyItem().appliedTableStyle = "Tabela"; var...
asked by 01.11.2017 / 16:41
0
answers

remove right column

Based on a response script to this question: Dynamic table with angle Where it creates a PivotTable with angular, but it can not delete the right "cell", it always deletes the last included question. To reproduce the error, just mark the fi...
asked by 16.10.2017 / 16:50
1
answer

Is there a table decoder in Lua?

I'm wondering why I want to know if one table is the same as another, whether it's an empty table or something else.     
asked by 23.07.2017 / 23:42
0
answers

Force table header to follow width of other columns dynamically

I'm using flexbox to do everything on the site, including the table, first I tried using the basic structure of a table ( thead , tbody and tfoot ), however I could not, so I tried to do with simple rows and columns....
asked by 21.07.2017 / 19:43
1
answer

Creating a match system with days of the week and different periods between two tables

While doing a university project, I came across a problem that proved to be a hindrance. I need to create a system that requires a user to select days of the week and periods (night, daytime, morning) in a way that is convenient for them. Ex: us...
asked by 25.03.2017 / 06:34
1
answer

Stretch a div element throughout the table extension

I have a table with many columns that pop out of the screen. Above this table I have a div with a h2 . I'm not getting div to expand beyond the screen to cover the full width of the table. Example, to better demonstrate the s...
asked by 07.12.2016 / 16:55