Skip to main content

Questions tagged [html-table]

As it relates to HTML, tables are used to display data in a tabular fashion. Questions regarding HTML tables should be asked by showing the source-code one has problem with, or, if the question is about a failed attempt to create a table according to the desires, the asker needs to show the failed try, describe the expectations and how the behavior was different.

1 vote
1 answer
18 views

Combines Angular Material table-expandable-rows and table-wrapped, and adds custom expand details but cannot show the custom detail content

I tried to create a component that combines table-expandable-row and table-wrapped, and use ngTemplateOutletContext to add custom details, but it does not work. Stackblitz: https://stackblitz.com/edit/...
Reginna's user avatar
  • 231
0 votes
1 answer
66 views

Is there a way to populate a HTML table from a database? (SQL Server, VB.NET, ASP.NET)

I've got a basic HTML table setup in my ASP.NET web portal: <table ID="MasterTable" width="100%" style="border: 1px solid gray;"> <tr> <th ...
Alex Mo's user avatar
  • 27
0 votes
0 answers
33 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
  • 327
0 votes
0 answers
18 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
74 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
0 votes
0 answers
17 views

How to Merge Cells with the Same Value in AG Grid Using Row Span or any other method in React?

I'm working on a React project where I use AG Grid to display some data. I have a column called "Year Range" which is dynamically calculated from a date field called stoppageStart. I want to ...
Arnav's user avatar
  • 1
0 votes
0 answers
22 views

How to apply a conditional filter to certain variables in tableby function?

I have the following dataframe with tableby.control function and its parameters as follows : --- title: "Title" subtitle: "Descriptive analysis" author: - name: AA date: last-...
An116's user avatar
  • 903
-2 votes
2 answers
46 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
0 answers
22 views

How to implement DataTables buttons in Falcon (Bootstrap theme)?

What I am trying to do I have a html table where I would like to hide and expand certain columns using DataTables in a Bootstrap theme called Falcon. Languages used I am using PHP (version 7.2.24) and ...
CodeExplorer's user avatar
1 vote
1 answer
24 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
-1 votes
0 answers
16 views

Table first header is not showing bold

I have HTML where I am displying table: <thead> <tr> <th class="tableblock halign-left valign-top"> ...
syed1234's user avatar
  • 805
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
28 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
0 votes
1 answer
31 views

Make table row height adjust to textarea content

I have the following table with a textarea inside the td: #myarea { box-sizing: border-box; border: none; width: 100%; height: 100%; resize: none; } <table> <...
bbWebDev's user avatar
1 vote
0 answers
41 views

Filter a wordpress table with JS?

I'm building my own WP theme and I try to avoid JS in Wordpress like the plague because it's hieroglyphics for me... And I still haven't found a resource to learn correctly in a WP environment.... ...
f.soucy's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
1539