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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I download the tools
I don't see the .js files
Thank you
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
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.
The release is ok!
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)
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...