Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

table

  1. A

    Using CSS classes in table

    I'm trying to use multiple classes in a table, although I am not combining them. I am using them at different parts of the table. What I have is: CSS .objs { text-align: center; font-size: 18px; font-weight: bold; } .tables { text-align: center; } HTML <td class="tables">...
  2. K

    Constructing a large table with 8 million rows and 30 columns

    I have to create a table of 8 million transport workers with roughly 20 to 30 key values. Data will be ingested through an apps, The table can perform some simple data analysis. Can someone tell me which should be a lost code DBM architecture?
  3. C

    Saving dropdown options to server

    So far, I have the following code: <!DOCTYPE html> <html> <head> <title>Company HR</title> <style> h1 { font-family: verdana; text-align: center; font-size: 50px; } table, th, td, select { border: 1px solid black...
  4. H

    JavaScript Issue displaying calculation into a table

    Hi, I'm trying to get the following code to display the calculated output into a table however, I can't seem to get all the results to print correctly I'm only getting a few answers. I believe I've done the calculations part correctly so it could just be how I'm passing it to the table that's...
  5. J

    JavaScript Jquery Datatable not working with html table

    Hi all, I'm having an issue where im trying to convert a html table to a DataTable using Jquery, however I am seeing NO change. I've added the links so that JQuery is first, datatables.css is second, then datables.js is third. I got the 2 Datatable links from...
  6. D

    HTML & CSS Cross-browser compatibility and Older Browsers

    Working on a website with an associate I have done fairly simple html edits for in the past, and working with a variety of legacy files which have been edited by someone else in the interim since I last web-mastered for the site, I am hitting a snag. We are both using older browsers currently. I...
  7. anish117p

    JavaScript My javascript filters my header also...

    Hi folks, hope you are all well! I have the below code running on a html. everytime i run it it also filters the header. could you kindly help. thanking you inadvance. <script> function searchTable() { var input, filter, found, table, tr, td, i, j; input =...
Back
Top Bottom