Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to send Function EditableGrid table name? #143

Open
jwillis44 opened this issue Nov 7, 2016 · 0 comments
Open

How to send Function EditableGrid table name? #143

jwillis44 opened this issue Nov 7, 2016 · 0 comments

Comments

@jwillis44
Copy link

I'm trying to use editable grid, using a sql database and JSON data load with basic demo example. I have it working if I manually enter the table name I want to within the
new EditableGrid and loadJSON functions. But what I would like to do is send it a table name from the main page in my case index.php. Is there any way to pass a variable of my table_name to new DatabaseGrid(); ? I'm using an html form to send the table_name with POST to index.php (index.html from demo with addition of
$Table_Name= $_POST['table_name'] )
Thank You,
Joe WIllis

@jwillis44 jwillis44 changed the title How to send Function EditableGrid table name? How to send Function EditableGrid table name? Nov 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant