-
Notifications
You must be signed in to change notification settings - Fork 0
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
added web grid documentation #102
base: master
Are you sure you want to change the base?
Conversation
fixed spelling
``` | ||
For example we look at the **Document Grid** | ||
``` | ||
http://192.168.99.181:48080/api/v1-0/webgrid/show?grid=IB_WebGrid_Sample&api_key=demokey&user_name=DemoUser |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better use localhost here
support/Misc/WebGrid/intro.md
Outdated
``` | ||
|
||
``` | ||
http://192.168.99.181:48080/api/v1-0/webgrid/show?grid=IB_WebGrid_Sample¶m_updateusername_eq=demouser&api_key=demokey&user_name=SuperUser |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better use localhost
## 2.Enable grid for the web grid | ||
Only Grids that contain this statement in the sql statement will be shown | ||
``` | ||
-- enable-web-grid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explain why and how (security reason, ...)
No description provided.