You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the nice fix on #424, I did some more testing and found a little bug in your code, after processing a row with multiple html-matches, the col_inner_data_helper gets populated (correctly), but it is not reset after processing the row. In the next table-row the check on line https://github.com/vedmack/yadcf/blob/master/src/jquery.dataTables.yadcf.js#L2315 fails if that next row doesn't have multiple elements.
Possible fix: set col_inner_data_helper=null between line 2327 and 2328
The text was updated successfully, but these errors were encountered:
* commit 'c549c9295d508af5d4b7eb398796f6f9a0a645a2':
Fix a markdown link in readme ✌️
Added support for col reorder in range filters - vedmack#429
bug fix: vedmack#426
bug fix: vedmack#425
enhancement for parsing multiple html elements in cell
0.9.3 beta has began...
yadcf 0.9.2 goes final
fixed filter_type: 'text' with FixedHeader
Add CSS class on DateRange fields
# Conflicts:
# src/jquery.dataTables.yadcf.js
Thanks for the nice fix on #424, I did some more testing and found a little bug in your code, after processing a row with multiple html-matches, the
col_inner_data_helper
gets populated (correctly), but it is not reset after processing the row. In the next table-row the check on line https://github.com/vedmack/yadcf/blob/master/src/jquery.dataTables.yadcf.js#L2315 fails if that next row doesn't have multiple elements.Possible fix: set
col_inner_data_helper=null
between line 2327 and 2328The text was updated successfully, but these errors were encountered: