Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
20 views

How do I make column fill available space without table overflow?

I am trying to make a responsive table where: Columns 1-3 and column 5 will always autosize to fit their content. Column 4 will occupy all remaining horizontal space. Column 4 will never wrap text (i....
Cardinal System's user avatar
0 votes
1 answer
26 views

Hyperscript table selection with select all functionality

I have a small problem and I don't know how to solve it. I want to build a table selection with select all functionality in hyperscript. It's working with one table, but I want to make it work with ...
Erik Bent's user avatar
1 vote
1 answer
72 views

Export Excel Spreadsheet From Website - Python

I am trying to find a way to export a Microsoft Excel spreadsheet (.xlsx) from a website and store locally (to my desktop) or to a database. I am able to parse a URL with tabular content and display/...
mdl518's user avatar
  • 339
0 votes
0 answers
21 views

Difficulty adding page numbers to printed table using Paged.js without content overflow

I have a table with numerous elements in its , and I'm attempting to add page numbers to each printed page using Paged.js. However, I'm encountering issues where the table content overflows the page ...
Huzaifa Ashfaque's user avatar
0 votes
3 answers
78 views

Flexible width in HTML table

I would like my table to fulfill these properties: The width of the table is 100% of the parent container. All columns width are fit to the maximum column width. The column flex-column takes the ...
nowox's user avatar
  • 28k
-2 votes
2 answers
57 views

Cellspacing and cellpadding in HTML

I want to know about cellspacing and cellpadding in HTML I was coding in vscode so when i tried typing cellspacing it didn't show me as a table attribute.I just started learning HTML so can someone ...
Akira456's user avatar
1 vote
1 answer
31 views

Adding Border Styling to Table Row Headings and Colum Headings

I would greatly appreciate some help with this, if possible. I'm trying to add some global CSS styling to tables that are automatically generated by our company platform's HTML editor, but running ...
VeeSands's user avatar
0 votes
3 answers
68 views

how to make cells in <td> tag

I have a table like this : No Name Product Type Num of Units 1 ADA B112 3 Pcs 2 ADA B253 1 Pcs 3 ADA K23 6 Pcs 4 DUZK l1 10 Pcs 5 DUZK l5 10 Pcs 6 Naro NX 1 Pcs I have this SQL : $query = &...
Ricky Suwandi's user avatar
0 votes
0 answers
29 views

Excel formatting (RowSpan) messed up

I am exporting a HTML Table using this below. var template = `<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns=&...
HumbleGuy97's user avatar
1 vote
0 answers
41 views

HTML table header is not repeat on each while printing

When I set HTML table header height 200px (I think, this depends on browser, you can replicate this by keep increasing the height value), it's not repeated on every page while printing it. Same ...
Dev Murari's user avatar
0 votes
1 answer
56 views

Why does my table header take half the table height in Firefox?

I have a table in HTML: <div style="height: 90vh"> <div style="position: relative; width: 100%; height: 100%"> <table style="height: 100%"> <thead> <...
Sohaib Najjar's user avatar
-1 votes
0 answers
54 views

How to Convert Nested HTML Tables to a Single-Level Table with Dynamic Colspan and Rowspan Using Python?

I am working on a Python project where I need to convert deeply nested HTML tables into a single-level, flat table format. My main challenge is to retain the visual structure of the original nested ...
Rizni Muhammed's user avatar
0 votes
2 answers
48 views

Use thinner borders within td elements inside a colspan th

I have the following HTML table. As you can see I have two columns that have a colspan attribute. I want the td's inside those to have thinner borders, so that users can more clearly see « real » ...
Laurent Dietrich's user avatar
-1 votes
0 answers
41 views

Border-collapse doesn't work in Javadoc. Why?

border-collapse doesn't work in my javadoc /** * Some important documentation. * * <table style="border: 1px solid black; border-collapse: collapse;"> * <tr style="border: ...
demavi's user avatar
  • 197
2 votes
2 answers
132 views

XPath for colspan attribute values as browser understands them?

I have a HTML table with possibly missing or malformed colspan values: <table border="1"> <tbody> <tr> <th>A</th> <th>B</th> <th>C</...
Fravadona's user avatar
  • 15.7k

15 30 50 per page
1
2 3 4 5
821