We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The input cells should use the same id as the column headers, reusing the constants like self::PARAM_LBL and self::PARAM_SRC.
self::PARAM_LBL
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).
cf7
The text was updated successfully, but these errors were encountered:
fix ui label issue #27
f307418
No branches or pull requests
The input cells should use the same id as the column headers, reusing the constants like
self::PARAM_LBL
andself::PARAM_SRC
.ex) (from links above)
should correspond with
but note the
cf7
is static (and incorrect anyhow).The text was updated successfully, but these errors were encountered: