Menu

tools

2003-10-24
2003-10-29
  • thierry BRETAGNE

    I download the tools
    I don't see the .js files
    Thank you

     
    • thierry BRETAGNE

      Ok I download 1.0-rc2
      Congratulations for your great project
      nevertheless some bugs to fix:
      1/ function removeSelectedRows non ok
      It is not enought to delete the row. Yo must reorganize the list. When refreshing there is a bug because programm read a null value
      2/ test exemple: programm does not recognize changes of values on select fields.

      Thank you because i intend to use your functions

       
    • Luis Fernando Planella Gonzalez

      First of all, I'd like to apologize for a mistake when publishing the new release. I've uploaded the wrong file. Since I couldn't yet publish the correct file, I've removed the wrong file. But I'll do all I can to publish the correct file today.
      Thank you for your feedback also. That bugs no longer exist in the 1.0 final release...
      I'm sure you'll be satisfied with the final release.

       
    • Luis Fernando Planella Gonzalez

      The release is ok!

       
    • thierry BRETAGNE

      thanks a lot; bugs have desappeared.
      Just a question; i notice that performance sinks dramatically as soon as number of rows is important
      I think that is due to javascript limits.
      I must therefore limit page size because slowness is due to render() function.

      Sincere congratulations
      Thierry BRETAGNE (Paris)

       
    • Luis Fernando Planella Gonzalez

      Well, the JavaScript's performance is quite bad.
      Remember it's interpreted inside a browser. So, you may want to limit the number of records inside the table.
      You may use the table.maxRows property to limit the maximum number or rows in the table. In a normal machine, handling (sorting, deleting, adding) up to 500 rows is acceptable. But, if you try to sort a table with 1500 rows, you'll see it slowing down...

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.