kendo-react
kendo-react copied to clipboard
Is it possible to change the "Clear" and "Filter" buttons?
Is it possible to change the "Clear" and "Filter" buttons? I want to render my own buttons with icons. I couldn't find anything about it or do I need to make a completely new filter? (preferable don't want to do that)
For some reason the checkbox filter and the normal filter have different way of button presentation.
Originally posted by @Tommuh in https://github.com/telerik/kendo-react/issues/28#issuecomment-1025004461
A temporary workaround: https://stackblitz.com/edit/react-rhm6ae?file=app%2FcolumnMenu.jsx,index.html
export const ColumnMenuCheckboxFilter = (props) => {
return (
<div className="checkboxfilter-wrapper">
<GridColumnMenuCheckboxFilter
<style>
.checkboxfilter-wrapper .k-filter-menu-container .k-actions{
flex-direction: row-reverse;
}
Fixed in v5.11.0.