Spry table, vertical grid lines

How do you format a table so the vertical grid lines show up.
I have the roll over effect working for rows in the table, but the
tables are large enough that is can be difficult to follow columns
straight down. I would like black vertical line to appear between
columns.
thanks.

If I understand you right, you wish to have spreadsheet type
columns. In that case this is not a Spry question but an HTML and
CSS question.
In CSS the format would look something like:
#mytable th {
text-align: left;
padding: 3px;
font-weight: bold;
border:1px solid #AAA;
background-color: #EFEFEF;
In the above example I am formatting a heading cell.
In IE, if the cell is empty there will be no border, thus it
is best to populate the cell with a space as in '   '.
I hope this helps.

Similar Messages

  • Interactive report showing vertical grid lines

    Has anyone adjusted an interactive report so that it shows the vertical grid lines? I see the horizontal lines by default but I am thinking the vertical lines will make my data easier to read. Just can't figure how to do that.

    Hello Edward,
    @Jeff Eberhard has a good solution for showing vertical grid lines.
    Here is the solution for whole grid for interactive report to be included in the Region Header/Region Footer/Page HTML Header:
    <style>
    table.apexir_WORKSHEET_DATA {
            border-width: 2px;
         border-spacing: 0px;
         border-style: solid;
         border-color: black;
         border-collapse: collapse;
    table.apexir_WORKSHEET_DATA th {
            border-width: 1px;
         padding: 4px;
         border-style: solid;
         border-color: black;
    table.apexir_WORKSHEET_DATA td {
            border-width: 1px;
         padding: 4px;
         border-style: solid;
         border-color: black;
    </style>Hope it helps!
    Regards,
    Kiran

  • Vertical grid lines and Dates on Graph

    When I use date values on the x-axis for a graph, the only vertical grid lines that appear in the graph are at the year boundary. For example, if I was showing data for 3 years, I get 3 vertical grid lines; one at each January.
    How can I get vertical grid lines at each month?
    It will work if I convert the date to character, but then I lose the ability of Oracle Reports to fill in the tick marks for missing dates (say, if there isn't any data between January and March, the graph will still show a label for February).

    Hi, Ravens Fan.
    Thanks for your reply.
    Now, the main loop has a wait statement, but the problem remains. I'm using LabView 2009, and I didn't see this behaviour in the previous version, LabView 8.6.
    I send you back the uptaded program, and two snapshots as well:
    - snapshot 1: just after pressing "Run", "increment" value takes "maximum" value; due to this, there's only one text marker, at "12:00" (there should be one major grid line and one text marker every 10 minutes as "increment" value is set to 600 before entering the while loop);
    - snapshot 2: when pannning, "minor increment" takes "maximum" value, and due to this, vertical grid lines don't show any more (there should be one minor grid line every 5 minutes as "minor increment" is set to 300 before entering the while loop).
    Regards,
    Francisco
    Attachments:
    1.jpg ‏309 KB
    2.jpg ‏283 KB
    XY-Graph. Time Axis problem.vi ‏14 KB

  • HT1414 My iPhone5 got a problem of getting automatically switched off and then automatically switched on. First i can see my screen getting faded to pinkinsh sort of color and then showing vertical grid lines. any suggestions?

    My iphone5 got a problem of getting switched off and on automatically. I can see my screen getting faded and then i can see the pink vertical lines before it switches off. After about 10 seconds it switches on again.

    Hi sumit1310,
    Thanks for visiting Apple Support Communities.
    I'd start with these troubleshooting steps:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Will not turn on, will not turn on unless connected to power, or unexpected power off
    Verify that the Sleep/Wake button functions. If it does not function, inspect it for signs of damage. If the button is damaged or is not functioning when pressed, seek service.
    Check if a Liquid Contact Indicator (LCI) is activated or there are signs of corrosion. Learn about LCIs and corrosion.
    Connect the iPhone to the iPhone's USB power adapter and let it charge for at least ten minutes.
    After at least 15 minutes, if:
    The home screen appears: The iPhone should be working. Update to the latest version of iOS if necessary. Continue charging it until it is completely charged and you see this battery icon in the upper-right corner of the screen . Then unplug the phone from power. If it immediately turns off, seek service.
    The low-battery image appears, even after the phone has charged for at least 20 minutes: See "iPhone displays the low-battery image and is unresponsive" symptom in this article.
    Something other than the Home screen or Low Battery image appears, continue with this article for further troubleshooting steps.
    If the iPhone did not turn on, reset it while connected to the iPhone USB power adapter.
    If the display turns on, go to step 4.
    If the display remains black, go to next step.
    Connect the iPhone to a computer and open iTunes. If iTunes recognizes the iPhone and indicates that it is in recovery mode, attempt to restore the iPhone. If the iPhone doesn't appear in iTunes or if you have difficulties in restoring the iPhone, see this article for further assistance.
    If restoring the iPhone resolved the issue, go to step 4. If restoring the iPhone did not solve the issue, seek service.
    Regards,
    Jeremy

  • Vertical Grid Line in datagrid disappears

    Apology in advance - this is sort of a long shot, but thought I'd try. I have a fairly large app that employs an AdvancedDataGrid component. When resizing a specific column (the second one to be exact), the separator between the second and third column disappears for a fairly small, but non null, range of widths of column 2. Any ideas of why that would ever happen? Unfortunately I don't have any code to show this and thus realize it'll be hard to help, but am open to suggestion as far as where to look...
    thank you

    Hi,
    Refer this tutorial and compare the same against your code and make the modifications.
    http://www.cflex.net/showFileDetails.cfm?ObjectID=552&ChannelID=1
    HTH

  • Outer table frame without grid lines

    Howdy,
    I have a form that is printing a variable size table that can span more than one page.  I am attempting to create an outer frame around the table without grid lines in the middle.
    There is a framed pattern, the one in the upper left hand corner of the patterns, that appears to fit my scenario.  However, when I use this pattern, the outer frame appears, but there are also grid lines.
    Is it possible to create an outerfram around a table without grid lines between the cells?

    Hello Ernest,
    Goto Table Painter Settings, there you have tabs like Grid, Main Grid and so on...
    By default, it would have selected the Display check box in Grid tab. Remove that check and goto Main Grid tab, and check the Display check box.
    I guess your problem is solved.
    Regards,
    Prem

  • In Report I have a 2D axis system. How do I properly calculate the grid line interval for exactly 10 dots per tick

    Having trouble getting the dots to line up correctly with the ticks of a 2D axis.  I would like to have exactly 10 dots per tick.  The programming is no problem.  I set the D2AxisGridInterv variable after opening the 2D axis object.  I can't seem to figure out how to calculate the number that results in exactly 10 dots per tick.  I also have tried manually iterating to get 10 dots and have not been succesful.  What is this number based from?  It says as a percentage of the diagonal of the worksheet.  I can get pretty close to 10 dots per tick, but it is always off just a bit.  Is there really a way to get scientific based dots on a 2D axis so that the data can be analyzed from a printed plot?
    Thanks-Ryan

    Hi Ryan,
    I'm not entirely sure what you mean by "dots", but I'm going to guess you meant grid lines set to dot display.  In that case you can align the grid lines to the axis sub-ticks, then set the sub-ticks to invisible.  The sub-ticks can be set to N of them per axis tick.  Attached you will find an example of 10 dotted vertical grid lines per X axis tick.
    Let me know if you meant something else,
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments
    Attachments:
    Ryan37.zip ‏30 KB

  • Abode 7.0 Reader : Can I add grid lines ?

    Hello,
    I have large data files with more than 500 lines and many columns in PDF format. These are mainly text and numeric figures.
    May I know if it is possible to add horizontal and vertical grid lines to the pages as in spreadsheets software ?
    At present, I find it difficult to read the data correctly as the rows and columns are very close to each other.
    Appreciate very much if somebody knowledgeable could give me advice.
    Thanks
    Low

    [email protected] wrote:
    > May I know if it is possible to add horizontal and vertical grid
    > lines to the pages as in spreadsheets software ?
    >
    > At present, I find it difficult to read the data correctly as the
    > rows and columns are very close to each other.
    This cannot be done with the *Reader* which is just for reading
    documents (as it names says).
    It would have to be done in the *source* documents prior to publishing
    them as PDFs.
    Rainald

  • Abode 7 Reader: Can I add grid lines to pages ?

    Hello,
    I have large data files with more than 500 lines and many columns in PDF format. These are mainly text and numeric figures.
    May I know if it is possible to add horizontal and vertical grid lines to the pages as in spreadsheets software ?
    At present, I find it difficult to read the data correctly as the rows and columns are very close to each other.
    Appreciate very much if somebody knowledgeable could give me advice.
    Thanks
    Low

    While you are in the wrong forum, the answer is no. Users of Reader
    cannot alter a pdf, except for form filling and commenting when allowed.
    Mike

  • Printing excel grid lines

    I just installed an HP All-in -One Desket printer, Envy 3350.  I downloaded the software from the WEB as instructed. When I print an Excel spreadsheet with print grid lines selected, only everyother horizontal grid line is printed.  All vertical grid lines print as expected.  I have Windows Vista Home Premium as my operating system.  I had no such issue with my previous DELL printer.  I suspect there is a selection in one of the set-up options that needs to be checked/changed.  I have tried to find such an option, but have not been successful.  Any suggestions?? 

    Hello,
    Please click Printing Excel Gridlines Office 2007   to access the steps that should resolve the issue .
    Regards,
    Jabzi
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • Printing Horizontal Grid lines while Printing

    Hi,
    I am using the ALV to print some data, where in after printing I am able to see only the vertical grid lines and not the horizontal grid lines between each row. can somebody throw inputs on this as how to acheive the same. will appreciate for quick responses.
    Jagath.

    Hi,
    I guess Sorting should help you to print Horizontal lines.
    Sri.

  • How to have a vertical grid lineon the waveform graph indicator for every 10% percent of the maximum X axis value?

    Hi,
    how to have a vertical grid line on the waveform graph indicator for every 10% percent of the maximum X axis value, so the x axis will split into 10, the vertical grids line in total will be 11 (including first and last)
    Example if the maximum X axis value is 11.56, first vertical grid is at the origin(0), second vertical grid is at 1.156 and continue to last one 11.56

    Thanks JohnM and Evan,
    the increment work great and i modify it to pass the 10% into "start" too, so it will start at the point of 10% of maximum range
    attached file to let people download in future, if they met the similar situation
    Attachments:
    10percent.vi ‏31 KB

  • Grid Lines show up in certain print types.

    HP Officejet Pro 8600 all in one.Imac OS 10.6.8When ever I print in black and white mode for any size or type document or when I print in color to a single 4x6 photo page the vertical grid lines show up on the print.  I don't have this problem when I print the same 4x6 color photo on a full size 8x10 page.  I don't have this problem whenever I print any document in color.  I have deep cleaned the print heads and realigned the print heads several times; but I cannot lose the grid lines when I print in black and white and try to print color to the smaller format paper?   I love this printer otherwise.  Setup was easy, operation is user friendly, and it prints beautifully other than these two little annoying instances.  Can anyone offer a solution?

    Yes, I am experiencing this as well.  Thin black vertical lines about 2.8cm apart.  Initially I thought they were just on things sent to the printer from Photoshop, but now I see them on colour items I print directly from the copier and on an email attachment from my iPad.  At times the lines are barely visible ant that is what happened when I was talking wiht hp support.  It looked as though the problem had been solved after reloading the software onto my iMac.  But afterI hung up with them it happened again and when I went back to look at the other prints the lines were there too but not very visible.  I have cleaned and aligned the heads and replaced an empty yellow cartridge.  I printed a blank white sheet that had no lines.  I cannot figure it out.  Any suggestions anyone?

  • Remove table border and grid lines

    all,
    i have and adf faces table on my page and I would like to get rid of the table border and grid lines. i tried using the inline style properties of the table and columns in the table (border-style:none;), and the GridVisible = false property of the columns, but the lines still appear.
    any suggestions?
    paul

    Hi,
    We can design frames in so many ways so check all those one by one
    Check the output options tab in all your window, table & text nodes.there check whether Box & Shading is check or not if it is check remove it.
    sometimes for vertical lines we create seperate windows with low width like 0.01 cm & in its output options check 'box and shading' frame & this window postions are as you required & you can adjust the line in the preview option of box & shading in the output options.
    & in the table node table tab check the select pattren here patterns are again two types with frame & without frame.
    Let me know your exact requirment & your trails if its not working.
    Thanks,
    Phani.
    Edited by: phani kumar on Aug 26, 2008 1:56 PM

  • How can I make the GRID lines more bold within a table in the new Pages?  (Not the outline of a table)

    I can't find where to darken GRID lines on a table in the new Pages.  I can make the outline more bold, but not the grid lines within the table.  Is there a way to do this?  The default grid lines are far too faint.

    Yeah, the Help is missing a little.
    If you select the block of cells that you want to change, then in the Format inspector:
    Select the Cell tab
    Expand the Border section
    Set a line type
    Set a line width
    Choose a line color
    Choose one of the nine options for which borders get the new settings

Maybe you are looking for

  • Ipod nano 1st gen is not recognized in itunes 10

    I updated my computer system to leopard 10.5.8 as well as the latest itunes 10. I bought a new ipod nano 6th gen, and it syncs and works fine. The problem I have is my old Ipod. It is detected by my power mac on the desktop only the icon it has is a

  • NullPointerException when validating module *.jar using WebLogic Builder

    Hi, When using WebLogic Builder to validate module ceiba.jar, it shows the following errors. How to fix it? Thanks a lot. Attachment is the deployment descriptors. Validating module ceiba.jar Compiling input jar D:\gzdswebproject\gzdsweb\ceiba.jar Pr

  • What happened to the geo data in Photos? I used to be able to connect a geographical place to my pictures in IPhoto

    I used to be able to see the geo data logged with my pictures from my camera in IPhoto. And I could attach a geographical place to the photos in my library without geo data. It was also possible to see a map indicating where all my photos were taken.

  • [URGENT] BIOS Update .ROM file needed for G580

    hii all i have a lenovo G580 (2689) laptop i5-3210 DOS based model Current Bios Version - 62CN39WW i want to update my BIOS version as am unable to file it on the drivers/download section for my model. if any one using the same Model of the laptop an

  • Westell2200 and vista64

    I am replacing my windows xp computer with a vista 64. When I plug in the westell 2200 modem I get: not compatible with vista.Also, no drivers found. I can access internet through ie but not msn, and no e-mail. Is there a way to configure the modem o