-
Notifications
You must be signed in to change notification settings - Fork 73
Revamp-Documentation(868495)Checkbox-and-excel-filter #3902
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
Revamp-Documentation(868495)Checkbox-and-excel-filter #3902
Conversation
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
blazor/datagrid/excel-like-filter.md
Outdated
| for (int i = 1; i < 3; i++) | ||
| { | ||
| Orders.Add(new OrderData(OrderID + 1, "VINET", new DateTime(1996, 07, 06), 32.38)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
datetime column have same value for all records
blazor/datagrid/excel-like-filter.md
Outdated
|
|
||
| if (filterContext.Value.ToString() == "Beverages") | ||
| { | ||
| <i class="fa fa-coffee"></i> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small space is needed between image and text. check in angular example
blazor/datagrid/excel-like-filter.md
Outdated
| {% previewsample "https://blazorplayground.syncfusion.com/embed/BDVJZhtsFqnfgvJa?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} | ||
|
|
||
|  | ||
| **Customize the height and width of filter popup** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this topic be merged above topic using CSS?
blazor/datagrid/excel-like-filter.md
Outdated
|
|
||
| {% previewsample "https://blazorplayground.syncfusion.com/embed/BDBpZBDBCFDseVPP?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} | ||
|
|
||
| ## Customize filter icon for filtered columns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar move this css to same CSS topics otself. no need separate topics
VigneshNatarajan27
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes proposed.
Remove CheckBox filter md file as well as toc file
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
Build Status: INPROGRESS 🔃 |
VigneshNatarajan27
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes are fine
Revamp-Documentation(868495)Checkbox-and-excel-filter