Skip to content

Commit

Permalink
options.result will have output table value
Browse files Browse the repository at this point in the history
Support for storing result html in options.result value fix for jongha#11
jongha#11
  • Loading branch information
fromdev authored Dec 23, 2016
1 parent 410f234 commit 1db192f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.jsontotable.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

$(options.id).append(table);
}

options.result = table;
return this;
};
}(jQuery));

0 comments on commit 1db192f

Please sign in to comment.