Results 1 to 2 of 2

Thread: How to add Serial No. to first column of specific Table only

  1. #1

    Default How to add Serial No. to first column of specific Table only

    I have many tables on dashboard also I have fullCalender(fullCalender uses table on UI) on dashboard. All I need is to have serial number in first column of specific table only, it can be identified by either id or class,

    <style>
    table { counter-reset: Serial; }
    table { border-collapse: separate; }
    tr td:first-child:before { counter-increment: Serial; content: counter(Serial).; }
    </style>
    but it give serial numbers to all the table that exists on UI including fullCalender.

  2. #2
    Join Date
    Feb 2016
    Location
    CA
    Posts
    381

    Default

    You have use Java script to optimize this code.

Similar Threads

  1. How to block a specific external command on Windows?
    By ORLOVA in forum Software & Hardware
    Replies: 2
    Last Post: 06-16-2021, 02:14 PM
  2. Replies: 2
    Last Post: 05-29-2014, 06:33 AM
  3. Searching for this specific Joomla template
    By honeyistasty in forum Web Design Solutions
    Replies: 0
    Last Post: 12-01-2012, 05:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •