-
Notifications
You must be signed in to change notification settings - Fork 284
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
filtering date column not happening #441
Labels
Comments
Hi please show your yadcf init code / provide test page
…On Feb 23, 2018 11:18 AM, "umamaheswarcs" ***@***.***> wrote:
Previously, On selection of date on date picker the search filter triggers
and shows the matches(rows) but looks like now it is not happening.
RCA - The selected date on date picker is not initialized before below
call happens and thereby not filtering the column values.
oTable.fnFilter(date, column_number_filter) Ln: 1462
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#441>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABmiXwx21zDJoEvL5wahhWEt336u73oaks5tXoKBgaJpZM4SQlq0>
.
|
Created Test page for 441 and 442 issues jsfiddle.net/umamaheswarcs/UvjnT/2975 |
Hi, |
Hi 0.9.3.beta.9 supposed to fix this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previously, On selection of date on date picker the search filter triggers and shows the matches(rows) but looks like now it is not happening.
RCA - The selected date on date picker is not initialized before below call happens and thereby not filtering the column values.
oTable.fnFilter(date, column_number_filter) Ln: 1462
The text was updated successfully, but these errors were encountered: