You cannot post messages because only members can post, and you are not currently a member.
Description:
Here you can post questions, feedbacks and bug reports about MyTableGrid project
|
|
|
custom grid
|
| |
my custom grid with separate UI's for editting and imports
|
|
MY.TableGrid.SAVE_BTN
|
| |
First of all I thank you for this great tool and by the time you used to develop it. I'm not very experienced developer and I can not make the SAVE button. send data from the combo box and switches to my database. I would appreciate if you could shed some light on how to do this or where in the source code.... more »
|
|
Basic usage
|
| |
Never having used anything like this before, I created a blank HTML
page and added in the items mentioned on the samples page for both
TableGrid and TextField, but I keep getting a JS runtime error "MY is
undefined". It hits that error in controls.js, before the page even
gets loaded. Could someone point me in the right direction...looks... more »
|
|
Battling the TableGrid-Beast
|
| |
Hi, i am currently battling the TableGrid to make it useful for local data that is not mirrored in a database but is held inside an array of the browser. The things I managed are: 1. Upgraded code to work with prototype 1.7. Removed "var self=this" in TableGrid.js and used proper binding instead.... more »
|
|
Column visibility
|
| |
Hi Pablo,
I've tried to hide few rows from grid ("visible: false" in
columnModel) but header stayed untouched.
Am I doing something wrong?
Thanks!
Evgeny
|
|
"Save" button and functionality
|
| |
Hi Pablo!
MyTableGrid is a good bunch of software and it fits my needs but just
one question: could you explain how to save modified data to the
database. I'm new at js and i hope that your help will help me faster
than i'll understand everything.
Thanks in advance!
|
|
A new version is available
|
| |
Hi friends
Last week I have published a new release of this data grid control,
please try to review it and let me know your feedback or ideas.
[link]
Regards
Pablo
|
|
Prototype 1.7?
|
| |
Anyone tried mytablegrid with Prototype 1.7 yet? I was doing some testing, but i never see data. It stays stuck on the "Loading" screen. That's the only thing that has changed is prototype/scriptaculous version. Thanks, -David
|
|
private group
|
| |
Hey Pablo,
With the recent spammings, I suggest you make this a private group
like many others. Where the first message has to be approved by a
moderator. Than any subsequent messages are posted directly.
Just a suggestion,
-David
|
|
Launch a URL
|
| |
Hi,
Does anyone know how to click on a cell to launch a URL?
I've found this works:
options : {
width: '800px',
/* title: 'Server Log',*/
pager: {
pageParameter : 'page'
},
onCellFocus : function(element, value, x, y, id) {
alert('here');... more »
|
|
|