Skip to content

Conversation

@ithielnor
Copy link
Collaborator

No description provided.

ithielnor added a commit that referenced this pull request Nov 12, 2014
New RowIds feature and select column storage across data refresh
@ithielnor ithielnor merged commit 06cdfe8 into programcsharp:master Nov 12, 2014
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this use the id name?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think you're right. I'll fix.

On Wed, Nov 12, 2014 at 4:20 PM, Chris Hynes notifications@github.com
wrote:

In Griddly/Scripts/griddly.js:

@@ -937,9 +1009,10 @@
if (token.length)
inputs += '<input type="hidden" name="' + token.attr("name") + '" value="' + token.val() + '" />';

  •    $.each(ids, function ()
    
  •    {
    
  •        inputs += "<input name=\"ids\" value=\"" + this + "\" />";
    
  •    $.each(selection, function () {
    
  •        $.each(this, function () {
    
  •            inputs += "<input name=\"ids\" value=\"" + this + "\" />";
    

Should this use the id name?


Reply to this email directly or view it on GitHub
https://github.com/programcsharp/griddly/pull/12/files#r20252404.

ithielnor pushed a commit that referenced this pull request Jun 4, 2018
Tighten up selection display
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

Successfully merging this pull request may close these issues.

3 participants