Skip to content
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

Admin UI - mapping cell headers don't match #27

Closed
zaus opened this issue Nov 8, 2014 · 0 comments
Closed

Admin UI - mapping cell headers don't match #27

zaus opened this issue Nov 8, 2014 · 0 comments
Labels

Comments

@zaus
Copy link
Owner

zaus commented Nov 8, 2014

The input cells should use the same id as the column headers, reusing the constants like self::PARAM_LBL and self::PARAM_SRC.

ex) (from links above)

<th id="th-<?php echo $eid, '-', self::PARAM_SRC ?>">

should correspond with

<td headers="th-<?php echo $eid?>-cf7">

but note the cf7 is static (and incorrect anyhow).

@zaus zaus added the bug label Nov 8, 2014
zaus added a commit that referenced this issue Oct 23, 2015
@zaus zaus closed this as completed Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant