VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[Feature] filter插件支持自定义样式

Open skie1997 opened this issue 2 months ago • 0 comments

What problem does this feature solve?

筛选插件弹窗支持自定义样式

What does the proposed API look like?

 const filterPlugin = new FilterPlugin({
    styles: {
      filterMenu: {
        backgroundColor: 'rgba(245, 243, 111, 1)'
      }
    }
  });

skie1997 avatar Nov 14 '25 08:11 skie1997