Code Monkey home page Code Monkey logo

pageblocktableenhanceradv's Issues

Ajax Support not working correctly.

95% sure this isn't an issue on my end..

When using the following reRender example show below:
<apex:commandButton value="Rerender" reRender="mid" oncomplete="initPageBlockTableEnhancerADV()"/>

It results in this:
advpbt

Having two separate table with two separate options last options override options for the first table

I have faced with following issue.
Having two separate table with two separate options last options override options for the first table.
For example, for first table I use pageSizeOptions="30,50,100,500,1000" while for the second table I use pageSizeOptions="18" .
c:PageBlockTableEnhancerADV targetPbTableIds="table1" pageSizeOptions="30,50,100,500,1000" defaultPageSize="50" enableExport="true"

c:PageBlockTableEnhancerADV targetPbTableIds="table2" pageSizeOptions="18" defaultPageSize="18" enableExport="true"

But pageSizeOptions for the first table are overridden with value from second table.

Do you have already a fix for this bug?

Export buttons don't render when table displayed in apex:include

When i look at just the page itself with the pageblock table, the export buttons show as expected. However when I load the same page within an apex:include the export buttons don't render at all.

Usage:

<c:PageBlockTableEnhancerADV targetPbTableIds="leadPBT"  pageSizeOptions="10,20,30,50,100" defaultPageSize="20" enableExport="true"/>
        <apex:outputPanel layout="block" html-role="tabpanel" html-class="tab-pane" id="leads"> 
            <apex:pageBlock mode="maindetail" id="leadPB">
                <apex:pageblockTable value="{!leads}" var="lead" id="leadPBT" >
                    <apex:column headerValue="First Name">
                        <apex:outputLink onclick="return goToDetailPage('{!lead.Id}')" >{!lead.FirstName}</apex:outputLink>
                    </apex:column>
                    <apex:column headerValue="Last Name">
                        <apex:outputLink onclick="return goToDetailPage('{!lead.Id}')" >{!lead.LastName}</apex:outputLink>
                    </apex:column>
                    <apex:column value="{!lead.Company}"/>
                    <apex:column value="{!lead.Phone}"/>
                    <apex:column value="{!lead.Email}"/>
                    <apex:column value="{!lead.LeadSource}"/>
                </apex:pageblockTable>
            </apex:pageBlock>
        </apex:outputPanel>
</apex:page>

from including page where buttons do not render

...
</c:visualstrapblock>
<apex:outputPanel id="pnlContent">
        <apex:include id="contentLeads" pageName="{!LEADS_PAGE_NAME}" rendered="{!showLeads}" />
</apex:outputPanel>
<c:visualstrapblock >
...

I'm also using visualstrap on the including page, however the apex:include is not contained within a visualstrapblock (as is indicated above). Any guidance would be greatly appreciated. Side note - I'm a huge fan of your work!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.