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
Describe the bug
When the string id parameter is used in the TableFilter constructor and that id string contains a period, the column filters do not contain any values from the corresponding column.
Reproduction steps:
Steps to reproduce the behavior:
Create a table with an id that has a period
Call the TableFilter constructor with a string of that id
Expected behavior
The column filters should still be populated with the column values even when the table id contains a period.
Observed behavior:
The column filters do not contain any values from the corresponding column.
TableFilter version: 0.7.3 Browser and version: Google Chrome Version 87.0.4280.88 (Official Build) (64-bit) OS and version: Microsoft Windows 10 Pro x64 Version 10.0.19041 Build 19041 Device: PC
Problem started happening recently, didn't happen in an older version of TableFilter: N/A - I just started using TableFilter
Problem can be reliably reproduced, doesn't happen randomly: Yes
The text was updated successfully, but these errors were encountered:
Many thanks for reporting this bug, if you need a quick workaround while waiting for the fix, based on the 2nd table in your codepen, replace the configuration with this
Describe the bug
When the string id parameter is used in the TableFilter constructor and that id string contains a period, the column filters do not contain any values from the corresponding column.
Reproduction steps:
Steps to reproduce the behavior:
See these contrasting examples:
https://codepen.io/gerrycampion/pen/NWRyQxY
Expected behavior
The column filters should still be populated with the column values even when the table id contains a period.
Observed behavior:
The column filters do not contain any values from the corresponding column.
TableFilter version: 0.7.3
Browser and version: Google Chrome Version 87.0.4280.88 (Official Build) (64-bit)
OS and version: Microsoft Windows 10 Pro x64 Version 10.0.19041 Build 19041
Device: PC
The text was updated successfully, but these errors were encountered: