Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7017369
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:54:18+00:00 2026-05-27T22:54:18+00:00

Question: How to append more rows to the celltable/datagrid? I think there must be

  • 0

Question:
How to append more rows to the celltable/datagrid?
I think there must be a way to append rows directly to the table beyond the current size of the table.

Actually, the statements above sifficiently and succinctly completes the question.

Redundant info

But, to escape the delete-trigger happy, the following information is provided, which is redundant because if you knew the answer, you would already know the issues. But, if you need to read the following, I would rather you invest significant amount of time to investigate and understand the issues, before answering. So the following info is only for averting the trigger happy.

If the table currently has N rows, setRowData(newRows) will only put newRows into the table up to the Nth row.

If it detects that the number of rows to be placed exceeds the last row index of the table, it would replace the whole table with the new rows, and the old rows removed.

If it detects that you are not putting the rows at the start of the page, it would replace the whole table with tne new rows. To avert that you have setPageStart(getRowCount()).

I had tried the following, which simply replaces the table with new rows, discarding the old.

public void appendRecords(T list)
{
  int n = getRowCount();
  setRowCount(n + list.size());
  setPageStart(n);
  setRowData(n, list);
}

My only recourse is to let the dataprovider memorise the list and any change to the list would go thro the dataprovider, where the dataprovider would replace the table’s list everytime a change occurs.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T22:54:19+00:00Added an answer on May 27, 2026 at 10:54 pm

    setRowData(list) is the exact equivalent of setRowCount(list.size()); setRowData(0, list); (the setRowCount call here is to shrink the table if needed, because setRowData will always expand it so that the data fits in).

    If you want to append some rows, then setRowData the list of new rows at the last index (getRowCount).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Question Is there a way to have a method that will always run anytime
This is more of a am I doing this the right way kinda question
Question: Should I write my application to directly access a database Image Repository or
The question is, how can I remove elements that appear more often than once
In android phonegap application, I created 5 or more question with respective option (checkboxes)
This is more of a best practice question. At our company we often have
I have this table where I can generate dynamic rows (which has input <type=text
This is more of a 'How should I?' rather than 'How do I?' question.
I need solution of auto hide/remove table-rows of deleted records. Suppose a table-body element
this is more theoretical question. I have written simple chat with my friend. We

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.