Skip to content

Commit

Permalink
* #hot-fix. readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed Apr 4, 2017
1 parent 3fb4dba commit 79b0ded
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ GigaTables supports the following capabilities:

-- discrete (per column) search,

-- ajax files upload,

-- shft/ctrl rows selection,

-- trigger functions,
Expand Down Expand Up @@ -347,18 +349,18 @@ PS In some OS like Macintosh can be default conflicting hot keys, ex.: Cmd+Arrow
Sure, it can be done by this additional option in editor:
```JS
ajaxFiles: 'uploadFiles.php',
ajaxFiles: 'https://example.com/upload/files',
```
wich is point on script on the server where it should upload the file(s).
which is pointing on script on the server where it should upload the file(s).
And to add the actual field which will send the file to the server script:
```JS
{
label: "Image:",
name: "image",
type: 'file'
}
{
label: "Image:",
name: "image",
type: 'file'
}
```
Ensure that the field is in *fields: [* option.
Expand All @@ -370,15 +372,16 @@ is on Your side.
**Can I choose more then one row?**
Yes, U can even choose not only the bunch of rows, but several bunches and some between them, by manipulating with:
Ctrl+Left click (one row anywhere) and Shift+Left click (several rows).
Ctrl+Left click (one row anywhere) and Shift+Left click (several rows). Also U can use hot-keys to select above/below Ctrl+Arrow Up/Ctrl+Arrow Down
and Ctrl+A will select them all for current table-view.
**Can I sort columns content?**
Defenitelly, also it is simple enough to sort them jointly.
Definitely, also it is simple enough to sort them jointly.
**What does search field mean?**
The main search field above (which is the default state, U can make it visible in the bottom) is useful for searching through all columns.
The main search field is useful for searching through all columns.
**Is it possible to search for a particular column in GT?**
Expand Down

0 comments on commit 79b0ded

Please sign in to comment.