Skip to Main Content

Missing Last Record in ADF Table

Jack IssacMar 15 2017 — edited Mar 29 2017

Hi,

I am using JDev 11.1.1.9

I created a read only table from data controls witrh drag and drop. When I scroll downi last or last two row is missing.

This is happenning only when after load page first time. If I refresh page, the issue is solving. I mean, there is no issue after refresh the page.

I can't find why it is happenning and after page refresh it is solving.

I am waiting your helps.

Also,

I added a screenshot to attachment.

In this screenshot, there is a row at end of table; but it is not appearing completely.

CaptureX.PNG

//------------------------------------------------

<af:table value="#{bindings.XView.collectionModel}"

  var="row"

  rows="#{bindings.XView.rangeSize}"

  emptyText="#{bindings.XView.viewable ? 'No data!' : 'No Access!'}"

  fetchSize="#{bindings.XView.rangeSize}"

  rowBandingInterval="1"

  filterModel="#{bindings.XViewQuery.queryDescriptor}"

  queryListener="#{bindings.XViewQuery.processQuery}"

  varStatus="vs"

  selectedRowKeys="#{bindings.XView.collectionModel.selectedRow}"

  selectionListener="#{bindings.XView.collectionModel.makeCurrent}"

  rowSelection="single" id="t2"

  columnStretching="column:c26"

  summary="#{portalextensionBundle.XBundle}"

  shortDesc="#{portalextensionBundle.XBundle}"

  styleClass="AFStretchWidth" autoHeightRows="10"

  columnResizing="disabled">

.

.

.

.

</table>

//------------------------------------------------

Thanks,

Jack.

This post has been answered by Ashish Awasthi on Mar 16 2017
Jump to Answer
Comments
Post Details
Added on Mar 15 2017
7 comments
1,643 views