Problem load more than 100 entries

Problem load more than 100 entries

SpreADXSpreADX Posts: 8Questions: 0Answers: 0
edited March 2014 in General
Hi, I was used my app inserting data in my database and by the moment I have around 130 rows in my data base. When click in my button to see the datatable and its data (loaded from my data base) does not load all the entries. Just the first 100 rows... Why? I check my data base and is perfect. But only load the first 100 as I said. Please Help!! Any idea?

Replies

  • lokomolokomo Posts: 8Questions: 0Answers: 0
    Maybe you have a LIMIT 100 in your query?
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    edited March 2014
    Yup - failing that, please link to a test case showing the problem as required in the forum rules. Otherwise we are guessing, and really don't have much of a chance...

    Allan
  • SpreADXSpreADX Posts: 8Questions: 0Answers: 0
    I fix it just changing ServerSide to true value and now works. Thanks!!
  • SpreADXSpreADX Posts: 8Questions: 0Answers: 0
    I have another problem with this... If I use ServerSide then the datatable is able to load all my entries around 300 from my database. The problem is the rest of my code does not work. I have some checkboxes in my datatable in each row to selec the row (that it is a question) and create an exam with the selected row (remember that a row is a question) but does not work. Any idea?
  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    [quote]please link to a test case showing the problem as required in the forum rules.[/quote]
This discussion has been closed.