Skip to content

firefly api related issues due to irsa integration. #107

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

Merged
merged 3 commits into from
Jun 21, 2016

Conversation

loitly
Copy link
Contributor

@loitly loitly commented Jun 20, 2016

  • default table cell to render html content as html.
  • fix firefly_loader.js to take into consideration the location of from where it is loaded.
  • paging bar show non-ascii characters in irsa's html

 - fix firefly_loader.js to take into consideration the location of from where it is loaded.
 - paging bar show non-ascii characters in irsa's html
@@ -168,10 +169,10 @@ export class TextCell extends React.Component {
// }
//
render() {
var val = getValue(this.props);
val = (val.search(html_regex) >= 0) ? <div dangerouslySetInnerHTML={{__html: val}} /> : val;
Copy link
Contributor

Choose a reason for hiding this comment

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

haha, react actually call this prop "dangerous"

 - added rowHeight property to control the height of the table's row.
 - default to unselectable table when type is not specify.
 - added help_id property to table. set to 'tables' for old api
 - set expandable to false for old api call
@loitly
Copy link
Contributor Author

loitly commented Jun 21, 2016

made another commit based on updated ticket and pushed. ready for review, again.

 - middle align table cell content
 - fix image not loading in api mode.
@loitly loitly merged commit 34c7b6b into dev Jun 21, 2016
@loitly loitly deleted the DM-6593_irsa_integration branch June 21, 2016 22:17
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.

2 participants