Set the column?

Hello

I have a request, but I don't know if it is possible and, if so, how.
I have been asked, if it is possible to fix a column (or more, for example, the first two or three).
Something like this here http://htmldb.oracle.com/pls/otn/f?p=22814:70 but even with columns.

Thank you!

Hello

There are a few plugins javascript from third party that does this for you.
for example: http://www.activewidgets.com/aw.ui.grid/fixed-model.html

or if you want without Javascript: http://www.java2s.com/Code/HTMLCSS/Table-Style/Fixedtablefirstcolumn.htm

You can include code in your model or your APEX page to get this working.

Kind regards
Dimitri
----------------------------------
http://dgielis.blogspot.com/
http://www.apex-evangelists.com/

Tags: Database

Similar Questions

  • Setting the column definitions in a file.

    I set the columns to display for a file of music; That is, size, type, album, artist, etc.. How can I cause this definition of the column remains constant for the record that I've changed, and how to cause Windows 7 to apply the definition to all the music files?

    Once you get a folder as you wish with the detail columns,

    Click on organize upper-left.

    Click on the folder and search options,

    Go to the display section

    Go ahead and uncheck the box at the top of the page, always display icons and never thumbnails, (a common framework)

    Then at the top click on apply to records.

    Then click apply and then click OK on the bottom,

  • How to set the column width fixed in IR APEX 5

    Hello

    Is it possible to resolve to a specific column of an interactive report on a fixed width?

    Thank you

    Jos

    Jos Dols says:

    Theme: 42

    The column value contains HTML tags, so I updated the property escape special characters No..

    However, because of the value column extends out of the window so that the user must scroll to the right to view the columns of the other/next:

    So I want to report column width be less than 100%.

    Add a static ID to the IR column and set the column width required using a style sheet in CSS Inline property page:

    th#static-id,
    td[headers="static-id"] {
      width: 16em;
    }
    
  • set the column width in a report

    Hello

    Is there a way to set the column width...

    In a region of the page, I have 3 reports (showing the same data fields, divided into different categories), but due to the length of variable data, the column widths are variable...

    Please correct them advice...

    Thank you

    http://forums.Oracle.com/forums/help/search-tips.html

  • Set the column width in the report

    Hello

    I have a standard classic report in one of my applications.

    I want to set the width of the column of the report and but not in pixels, it should be in percentages (%)

    In the attributes report in each column, there is a column width text field, but it accepts only the pixels and percentages.

    Last Version 4.1, database 11g

    Thank you

    RameshP, OracleAPEXDeveloper wrote:

    I have a standard classic report in one of my applications.

    I want to set the width of the column of the report and but not in pixels, it should be in percentages (%)

    In the attributes report in each column, there is a column width text field, but it accepts only the pixels and percentages.

    Use CSS. Add a style sheet in the header HTML property page:

    th#ALIAS,
    td[headers="ALIAS"] {
      width: 40%;
    }
    

    where the ALIAS value in the attribute selector matches the required column alias.

    Please note that the specified percentages compared to the width of the report table. Therefore, it may be necessary to also specify widths (100%) for the table of report and its components. Exactly how is based on the report, the region and the page templates and theme used, information that was not provided.

  • How to set the column width in the classic report.

    Dear friends

    I use Apex 3.2.

    I created Clasic report and I have the analytical column in my report this column I description of the problem, so I want to set the width of this column nn classic report.

    I try a code in the expression of html
    <span>style="width: 480px; display: block; white-space: normal; font-size: 11px;">#ACTIVITY_SUMMARY#</span>
    {code
    
    after apply abovemention code that display me in my summary like this and not manage width of column.
    style = "width: 480px;" display: block; space: normal; do-size: 11px; ' >Dear Newcomb, greetings! Thank you very much for the new request, and we are pleased to confirm the availability of a single cabin in all three categories of cabin on the M.V. Mahabaahu. We wish to inform you that two departures on October 15, 2013 & 29 October 2013 (golden triangle with Cruise) are operational and attached are the prices for your kind attention. As a special promotion for October 15, 2013 start only, we offer 100 USD by reduction of the person on the triangle of gold, combined to the cruise portion. Please review and advise us to block accommodation as a result. Cordially... pepette
    How to fix Width of column in classic report.
    
    
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    Hi najet

    Try this

    #ACTIVITY_SUMMARY#
    

    the * > * is removed.

    Kind regards
    Kees Vlek
    -----
    Company: http://www.orcado.nl
    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek
    Twitter: http://www.twitter.com/skier66
    If the answer to question please change replied and mark the appropriate post as correct / helpful.

  • Set the columns default to &lt; af; panelCollection &gt;

    < Af:panelCollection >, the user can choose to show/hide the columns in the table. Is it possible for me to define which columns are shown/hidden by default when the user loads the page?

    I use JDeveloper 11.1.1.5.0

    Hello

    of course see: http://docs.oracle.com/cd/E23943_01/apirefs.1111/e12419/tagdoc/af_column.html

    the property 'visible' column set to false. The panelCollection must then show as hidden and be able to bring back to visible

    Frank

  • Tables set the column width

    I took someone else's code and have problems with the width of the columns in a table for sizing.

    I have a table to create three columns of work. The table is 905px wide and I want column 140, 350, and the rest in width.

    If I put these values < td width = "140"... > etc., while they seem to be neglected, and the three columns are all the same width.

    It seems fine in design mode but not in Live View or published. Can someone help me to overcome this please?

    Thank you very much.

    1. Tables in HTML behave in their own way and you do not guarantee the width of columns
    2. Do not specify the widths of cell via (attributes) HTML).
      The width attribute in thetag is obsolete (the browsers are not required to support or to obey) and it was always a recommendation to the browser in any case, it was never a precise measurement are met.
    3. Learn how to your tables with CSS style

    See

    http://Veerle.Duoh.com/blog/comments/a_css_styled_table/

    http://www.ehow.com/how_2082412_style-table-CSS.html

    the http://www.google.com.au/Search?SourceId=navclient&ie=UTF-8&rlz=1T4ADFA_enAU351AU351&q=sty + tables + with + css

  • DATE format - when you set the column in the table

    Hi friends,

    I came across a piece of code that applied a TO_DATE() function on a column of type date.

    I have two tables t1 and t2 and they have columns col1 and col2 respectively of type DATE
    t1
    col1 DATE
    
    t2
    col2 DATE
    There is also a variable var1 and is defined as follows:
    var1 DATE;
    now, I like conditions below in the code:
    AND to_date(t1.col1,'dd/mm/yyyy') = to_date(t2.col2,'dd/mm/yyyy')
    AND to_date(t1.col1,'dd/mm/yyyy') = to_date(var1,'dd/mm/yyyy')
    This code has failed on the Production with an error: ORA-01861 literal does not match the format string

    I changed the code to remove TO_DATE() and it worked fine. Dev said that they used this function for that if the two columns or variable is in the date format of diff.,... they can be brought into harmony.
    for example if col1 is dd/mm/yyyy and col2 is dd/mm/yyyy, then there will be a problem.

    My doubt is... in a given environment if we create a table and define a DATE type column, or define a variable of type DATE, their format may be different at any time? I think that no.?

    In this scenario, the date format can be different?

    Thank you

    your thoughts are correct. A date is a date, the question of how it is shown on the interface is a different matter.

  • How to set the content of the column for lines of automatic separation

    Hello guys,.

    I have a problem with the column width and the content of column in a standard report. In the report are hugh entries that are not interrupted by a space character. I put my column width to a special value by usingen "style css: display block; Width: 300px; ». Now the problem is that some of the entries in the column with a longer width that the column width is set. Then they overlock the entries in the column next to them.

    My question is: How to set the column lines of automatic content break after a certain number of characters?

    After searching for a couple of websites and discussion thread, I found maybe a reference to the solution. I hope that it helps you to give me an answer.

    A4 FORMAT LAST_NAME COLUMN
    */*

    concerning

    wderr

    Wderr,

    It is more a matter of HTML as a matter of APEX... You can start by looking here:
    http://www.456bereastreet.com/archive/200704/how_to_prevent_html_tables_from_becoming_too_wide/

    Kind regards
    Dan

    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • Width of the column in the interactive report.

    How to set the column width in an interactive report?
    Someone please help


    Thank you
    Rik

    Visit this link...

    How to change the width of columns in an interactive report?

    Thank you
    Machaan

  • Adjust the column widths in the pages by using the 3 column template

    In CS4, I load the value default 3-column HTML Template (3 liquid column, header and footer). I make a few changes to the size of the container, some background colors in the sidebars, each of the three columns make editable (I put in each column value, then use Insert, model of combo box object).  I have to save it as a TPL file.

    I then create a new HTML page using this template.

    I want three columns - but I want to vary the width of them.  I try to edit the css for .thrColLiqHdr #mainContent for example, but get the message "this change should change the code which is locked by a model or a translator. The changes will be rejected. "I have quite a few pages that need three variable columns.  How can I make this work?

    And a second question... when I open 3-column model mentioned above, the central section 'main content' starts lower down that two sidebars - how do I "pull" it upward with the other two and to avoid the two supervised a fall?

    Sample modified TPL file attached as a .txt file.  The system did not like downloading a TPL file, even if it is not listed as a banned file type.

    You want each individual page to have editable column widths?  You would have to do that in this way-

    1. move the editable region in the head of the template UNDER the embedded CSS

    2. record the model and this change to propagate to your pages

    3. on each page of each child, incorporate a new stylesheet in the editable area in the head to set the column to the desired width

    Simple as pie.

  • How to set the CF on behalf of the column only, after engineering

    Hello world

    The logic model, I have 2 tables, the first is customer T085CLI with CODCLI as PK, the second is T085CTO contact with CODCTO as PK and CODCLI as FK. After doing engineering on T085CTO I get the following names, CODCTO (PK) and T085CLI_CODCLI (FK), but I want the FK as CODCLI name only, without the T085CLI_ prefix. Is there a configuration in a place to solve this problem?

    I appreciate if any of you can help me with this.

    Thanks in advance.

    Oracle SQL Developer version 4.0.0.820 Data Modeler

    DataModeler.jpg

    Hello

    You should be able to do this by setting the model for foreign key columns in your model.

    Go to the browser, right click on the entry for your design, then select Properties.

    This will display the design properties dialog box.  In the tree in the left panel, select settings > naming Standard > models.

    Update of the entry of foreign key column to {Ref column}

    David

  • Set the font size as JavaFX table column name

    I tried to set the font of a spirit of name of column in table size, copy the following code:

    table.setStyle ("police - fx - size: 9 ;"); ")

    But this code changes the font size of the rows in the table.

    Use an external style sheet with the rule

    .table-view .column-header-background .label {
     -fx-font-size: 9pt;
    }
    
  • Set a value of an element of value in the column of a checkbox (not ROWID) in an interactive report APEX 4

    I have an interactive relationship with an APEX_APPLICATION. CHECKBOX (1,MYCOLUMN) I want users to check the box in the column of the report, and then click a button.  When they click this button I want the value of an element of the value of the MYCOLUMN for boxes ticked.  I will concatenate the values with commas. I'm fairly new to APEX and can't seem to define the value AS #MYCOLUMN # is the column alias.  This value would be set with PL/SQL. I now get "#MYCOLUMN # as my value so I don't ' have the correct syntax.

    Any help is greatly appreciated.  Thank you.

    Hello

    Put this in the header HTML of your page and you should be good to go.

    Remember to change to the name of the element you want to be defined by the function.

    Note that I used al colon as a separator (in le.get (.join(':'))). You can change that to a comma if you like that better.

Maybe you are looking for