Skip to content

Conversation

lesliekim
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling cbfd7e3 on lesliekim:master into * on Microsoft:0.1.0-dev*.

cells,
} from '../../js/vnext/projection';
import './index.less';
import * as tmpl from './bodyTemplate.jade';
Copy link
Contributor

Choose a reason for hiding this comment

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

import bodyTemplate from './body-template.jade';
  1. File name should use kabab-case
  2. Use don't use short names for globals

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's fixed~

}) => {
const col = { name, width, parent, html, height };

const col = { name, width, template, parent, html, height };
Copy link
Contributor

Choose a reason for hiding this comment

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

All the configurations need to be included:

  • headTemplate
  • headHtml
  • bodyTemplate
  • bodyHtml
  • footTemplate
  • footHtml

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling c27225c on lesliekim:master into * on Microsoft:0.1.0-dev*.

skip,
take,
filter,
orderby = [],
Copy link
Contributor

Choose a reason for hiding this comment

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

Fix indentation.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 79.837% when pulling c33f558 on lesliekim:master into fb15c81 on Microsoft:0.1.0-dev.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 79.837% when pulling c33f558 on lesliekim:master into fb15c81 on Microsoft:0.1.0-dev.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 79.837% when pulling c2abd8f on lesliekim:master into fb15c81 on Microsoft:0.1.0-dev.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 79.837% when pulling c2abd8f on lesliekim:master into fb15c81 on Microsoft:0.1.0-dev.

@coveralls
Copy link

coveralls commented Jul 29, 2016

Coverage Status

Coverage remained the same at 79.837% when pulling c2abd8f on lesliekim:master into fb15c81 on Microsoft:0.1.0-dev.

'config',
], function (config) {
const renderers = [];
], function (config) {
Copy link
Contributor

Choose a reason for hiding this comment

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

not intended to change this file?

@lyweiwei
Copy link
Contributor

@lesliekim, There's no critical feedbacks, I'll merge the code in. You can fix the comments in a following change.
BTW, you can ignore the comments in the memory/odata/jsdata projections as I'll merge them into dataSource projection.

@lyweiwei lyweiwei merged commit a7cb251 into microsoft:0.1.0-dev Jul 29, 2016
lesliekim pushed a commit to lesliekim/projection-grid that referenced this pull request Aug 1, 2016
add cells, rows, columns functions
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