-
Notifications
You must be signed in to change notification settings - Fork 161
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
Datetime or Time in avaliable type of column #7678
Comments
Nothing? This is a very useful thing and easy to develop I think. |
@ssg127 This actually looks like a bug to me. I changed the labels to reflect that. Can you tell us which version you're using? |
@kdinev I've seen this error with all versions I've tried, but now, I have two projects, one with 8.2.29 and another with 9.0.20. I used to try new versions but the error is always present. Anyway, I think a datetime or time column-type is more useful so that it can also be filtered by time, that's why I added the feature-request label. Correcting the format might be a partial solution, but a new column is better. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
Any news about this change? |
@ssg127 We haven't gotten to implementing a @zdrawku @radomirchev When do you think this can be prioritized? |
We are adding this feature in the current Milestone 15 planning - it will be considered along with Percent and Currency type columns. |
* feat(IgxCell): initial implementation of time and dateTime columns #7678 * feat(*): add sorting for time colimn #7678 * chore(*): update moving sample to have time and dateTime columns * feat(filtering): add resources for time and dateTime columns in filtering #7678 * feat(advancedFiltering): add filter template for time and dateTime columns #7678 * feat(Filtering): add filter template for time and dateTime columns #7678 * feat(Summary): add summary operand fot time column #7678 * feat(Filtering): add filtering conditions for time and dateTime columns #7678 * fix(filtering): filter data correctly #7678 * chore(*): fix build problem * chore(*): fix tree grid fitering strategy * chore(*): address testing comments * chore(IgxCell): fix editing for time columns * fix(IgxGrid): fix overlay warnings thrown on scroll #7678 * chore(*): Add test for filtering condition * chore(*): Fix expect's for +2 new columns * chore(*): add +2 new columns * chore(*): Fix flickering test with kb navigation * chore(*): Remove redundant getDateParts * chore(*): Add dateTime filtering conditions Co-authored-by: Zdravko Kolev <[email protected]>
I have another question, the excelStyleFilter will allow to filter by time or only by date as before? I speak about datetime columns or time columns. |
DESCRIPTION
It is necessary to be able to have time columns, either an independent column or integrating it with the date column.
With the current functionality, the column can be formatted, but when using excelStyleFilter in the select the time always goes to 0 and cannot be filtered taking into account the hours. A timePicker should be used.
EXAMPLE
SOLUTION
The solution is to create a new datatype, either DateTime or Time and then use date-time-picker or time-picker.
The text was updated successfully, but these errors were encountered: