A table is a data structure which stores data in rows and columns.
0
votes
0answers
4 views
SWT Table Resize , once column value and Table Max size reaches
I am trying to add a big big string in a SWT table.
If you put any big String very long , then that column occupies the entire area and next columns are not even visible and you are left with no ...
-2
votes
0answers
23 views
Getting data from html table in php var [duplicate]
I have a html form, on pressing submit button some data [html tables] are fetched from another webpage and stored in a php variable...
now i want data from each cell in this html table as i want to ...
0
votes
0answers
22 views
getting the top 50 numbers from a hash table with chaining collision resolution
so I have an array of nodes in the hash table and every node has a pointer to a next pointer in case there is collision. Now I'm trying to get the top 50 elements with highest count. using priority ...
0
votes
0answers
14 views
Update another table with the newly created foreign key
Could somebody advise what code should be added in order to ensure that the created new id for a one table will be updated in the table from where the ID is used ( the id from table Appointments has ...
0
votes
2answers
17 views
Scrollable and aligned CSS table
I have a simple, I want a scrollable table with aligned columns.
I tried this (from http://stackoverflow.com/a/11483686/1599054):
<table>
<thead>
...
1
vote
5answers
40 views
create a rownum column in MySQL
I want to create a column in a mySQL table (auto increment), i know how to do that, but when i delete a line, columns must be organized automatically, here is a an example:
rownum | name
...
0
votes
0answers
4 views
Dojo datagrid: sort by first value in cell layout
I have used a formatter to add some html (a link, a break and a span) on or around different values. The issue now is that the column does not sort. I think it is because every cell in the column ...
0
votes
5answers
26 views
HTML form table acting stubborn
I've tried to style the input, td, tr, table, div and every other option available. These are all suggestions found on google so don't blame and hate.
I am struggling for almost 5 hours now fixing ...
0
votes
0answers
27 views
View all results rather than being limited by 100 on a Javascript table?
I just got hired on as a intern for company and my job is to data scrape. I found this website: http://airport-codes.findthedata.org/
As you can see, the max results viewable is 100 and I NEED to ...
0
votes
2answers
30 views
Redundant data or two queries?
Okay. Take, for instance, a table that holds credit card charges, a table that holds credit cards, and a table that holds users.
Each charge is associated with exactly one card, and each card is ...
0
votes
1answer
15 views
For XML Union with a temp table
I know how to do union's and spit out an XML file from different tables, however, I need to create a temp table that will house 3 records that I need to be a part of the XML File. The structure is ...
0
votes
1answer
11 views
Table not found, same using useTable
I have a model, called "Cliente" and this model have a association with another table called ClienteRelFot. I declared that ClienteRelFot has a useTable = 'rel_fot_ec', but the cake are looking for ...
1
vote
1answer
11 views
Add submenu to table view in slide menu
I create slide menu in iOS, and add items to it like this picture
now i want to add sub items to any of main item (like second item , under it will be sub items )
I searched in google but not ...
0
votes
2answers
17 views
Dynamic Tables with Spreadsheet Capabilities in Websites
I'm looking for a way to do spreadsheet type actions with a table on a website that I'm creating. I looked quickly at KendoUI, but that seems to be a little too far out of my budget. Wondering if ...
0
votes
0answers
18 views
How to allow duplicate entries in a table view
I want to be able to load a playlist with duplicate song titles into a table view. However when the playlist is selected the table view automatically removes the duplicates? How do I prevent this and ...
0
votes
0answers
8 views
What's regular blocking arrangement?
I am using GDAL tools to retrieve PostGiS raster. The code(command line) I am using is as follows :
gdal_translate -of AAIGrid "PG:host=localhost dbname='database' user='postgres' password='admin' ...
0
votes
1answer
55 views
How to make a list with nested loops
I am trying to make a list of all the competitions with their competitors (riders).
Competitions are saved in tbl_GAME and all the competitors in tblRider.
I tried the code below but it didn't work. ...
0
votes
1answer
8 views
Swap row content in table based HTML email
I am a college student and my school doesn't teach table based layouts because they feel like they are outdated. However, for emails for my job I must use table based layouts. I need to switch the ...
1
vote
1answer
29 views
Importing a table into pandas and specifying the data type with missing values
I am using the read_table command in pandas/Python to import a tab-delimited text file.
q_data_1 = pd.read_table('data.txt', skiprows=6, dtype={'numbers': np.float64})
...but get
AttributeError: ...
0
votes
1answer
23 views
pdf generator, table and graph, php or javascipt
I need a PDF generator for tables and graph, too. I use domPDF on server side for the tables and it works fine, and jspdf on client side for the graph. (I use RGraph for the graph) But now I want one ...
0
votes
1answer
19 views
MySQL set a default value YEAR type
The code below doesn't seem to work. I'm trying to set a default value and a time in the future (taking current year + 6 years). any idea?
ALTER TABLE users CHANGE COLUMN dpicture dpicture YEAR NULL ...
0
votes
0answers
26 views
selecting data stored in a table form mysql and displaying into new table
I don't understand how to get this done using PHP. Please have a look at the tables below and guide me.
the card has $ 8 credit
the tab A is already populated with data and stored in PHPmyadmin. ...
0
votes
0answers
15 views
Table within responsive div not working in firefox
I'm using dreamweaver to build a page, I have a fluid grid layout that contains a table. Everything works and resizes as planned in Chrome right down to a window width size of 240px, but I've just ...
0
votes
0answers
9 views
Some cell is not display in tcpdf
i am creating dynamic table using tcpdf, but i am not get table properly, i just got first cell of each row only, other cell will not display and also table border is disappear. please help.
Thanks in ...
0
votes
1answer
47 views
How to freeze header and left columns of the table
I want to fix header and 3 left columns of my table.
But i found only one situable solution. Here is link: http://hazaa.com.au/blog/how-to-create-an-html-table-with-frozen-headers-and-columns/
I ...
0
votes
2answers
50 views
Get max. index of 3D Array in PHP
hi i'm new to php and don't get the trick ...
I have an multidimensional array which contains my mysql result.. now i want to write a function which builts html tables from the arraycontent.
I have ...
1
vote
2answers
35 views
How to get a value from a cell of a data frame?
I have constructed a condition that extract exactly one row from my data frame:
d2 = df[(df['l_ext']==l_ext) & (df['item']==item) & (df['wn']==wn) & (df['wd']==1)]
Now I would like to ...
0
votes
1answer
10 views
Is there a way to determine the adjacent (previous and / or next) table rows receiving a dropped row when using jQueryUI Sortable?
I'm using the jQueryUI Sortable plugin on a table and everything seems to be working fine. (The HTML validates and the JavaScript all validates, too.) As far as I can tell, there is no way to ...
0
votes
1answer
25 views
Selecting multiple table based on MySQL
I want to perform a search query on my database tables. This is my tables example.
movies
--------------------------
ID (INT) | TITLE (VARCHAR)
--------------------------
actors
...
0
votes
0answers
16 views
merging multiple columns as the table structure is writed
I am trying to group multiple columns on my table by collapsing them into a single column and then use a UL list to separate the categories:
For this, what I am doing is adding a boolean to toggle ...
0
votes
1answer
31 views
Detect if an HTML table has been pasted into a textarea
I was wondering if there was a way to detect (or at least make a good assumption) whether text pasted into a textarea includes content copied from an HTML table?
I'm finding users of my website are ...
0
votes
3answers
26 views
How do I split a variable length field using html
How do I insert a space/carriage return after a designated number of characters(eight) within a designated html field pulling from a table?
Example:
So if the field contains 12345678910, the output ...
2
votes
2answers
33 views
MySQL performance: multiple tables vs. index on single table
I am wondering what is more efficient and faster in perfomance:
Having an index on one big table or multiple smaller tables without indexes?
Since this is a pretty abstract problem let me make it ...
-1
votes
2answers
17 views
Issue with show all users in the table with pdo
I have the next issue, when I need the code show me all the users in the table always show me one data the first one or the last one if I change the ASC to DESC inside of SELECT..
I need to show me ...
0
votes
1answer
23 views
how to make jquery ui tab be as wide as the objects inside of it?
I have a table inside of one of the tabs and it's longer than the width of the default jqeury ui tabs width so it looks ugly.
Is there a way to change the width of the tab to be as wide as the table ...
0
votes
3answers
33 views
MySQL select records from one table that don't exist in another table
I have two tables on two different databases.
I wish to select the values from the field MLS_LISTING_ID from the table mlsdata if they do not exist in the table ft_form_8.
There are a total of 5 ...
0
votes
1answer
12 views
SublimeText 2 / REGEX - Remove everything in between two tags including line breaks?
I have a CSV document littered with thousands of instances of a table that I need to remove. I assume I can use REGEX, but I can't seem to find an expression to remove it. I attached a sample at the ...
0
votes
2answers
32 views
Highlight every other row of a table in a foreach loop and highlight columns depending on value of row
I am in the process of 'revamping' my tables on my website. Currently, they are only sortable, but I would like to impliment highlighting and searchability. I'm not the best with javascript, so I ...
-2
votes
1answer
65 views
How to add row in html table using dynamically? [closed]
The problem I have is that I have one outer table and this table has one row and this table row under another table and it has more than one row?
i.e I have one service and this service have more ...
0
votes
1answer
20 views
Casperjs new page but table does not update.
I am trying to extract the table in the following website
...
0
votes
2answers
21 views
Table cell height bug in chrome
I made a css table with a css table inside it. When i use vertical-align at the inner one it doesnt rendering it correctly when i resize it (make it smaller, then bigger). It still as height as the ...
1
vote
0answers
45 views
HTML CSS Responsive Table & CSS Before
My aim is to create responsive tables design that look good when viewing on mobiles (width under 480px).
I have the following markup for my table:
<table class="table eventlist">
...
0
votes
0answers
19 views
Horizontally Scrollable HTML table with resizing
I have the html table like this:
<div id="wrapper">
<table>
<tr>
<td>
<div class="gridTableSeparator"></div>
...
0
votes
2answers
46 views
Disable Second Textbox
I have a jQuery scrip (below) which works as shown: http://jsfiddle.net/rLT3b/1/
$('input[type=checkbox]').click(function() {
if(this.checked == true) {
...
0
votes
1answer
14 views
Select arbitrary text in a WPF datagrid row or cell and copy it
Scenario:
I have an ObservableCollection containing log events. A log event consists out of e.g. time, date, severity and a message. I am using a WPF datagrid with data binding to display the content ...
0
votes
1answer
31 views
Align td to first element in other td of table (HTML/CSS)
In my HTML code, there is a table with two columns (< td >). The first column contains a label and is centered by
vertical-align: middle !important;
The other column contains a div and a label. ...
0
votes
2answers
38 views
Stuck on implementing menu using Javascript and html
I've got a table, and I wanted to use a table cell, so that when I click it, it'll open another menu table overlapping the original using the Z-index to do it. I've tried everything I can think of.
...
2
votes
1answer
44 views
Join two mysql queries
I have 3 tables
Table1
RouteID int
departure_stop int
destination_stop int
Price decimal(6,2)
Table2
StopID int
Stop varchar(50)
...
0
votes
1answer
30 views
Where to define hover class/behavior to override jquery's theme css?
I have such a webpage with some jQuery using http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css
I would like to define the "highlight row" behavior but somehow I cannot override it as ...
0
votes
3answers
72 views
sorting html table with a href and php from sql database
I have a html table that contains product data from an sql table that is spit out with php. I'd like to sort the data by clicking the heading of the table column.
I'm outputting my table like so ...


