亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

使用材料表庫時如何更改刪除過濾器圖標?

使用材料表庫時如何更改刪除過濾器圖標?

喵喔喔 2021-08-20 18:30:24
我想刪除過濾器圖標,只有空白輸入框。我曾嘗試使用列道具filterCellStyle但無法訪問該圖標,因為它是內聯樣式。import React, { Children } from "react";import ReactDOM from "react-dom";import MaterialTable  from 'material-table';class Example extends React.Component {  render() {    return (      <MaterialTable        title="Non Filtering Field Preview"        columns={[          { title: 'Name', field: 'name', filterCellStyle: {            background: "red"          }},          { title: 'Surname', field: 'surname' },          { title: 'Birth Year', field: 'birthYear', type: 'numeric' },          {            title: 'Birth Place',            field: 'birthCity',            lookup: { 34: '?stanbul', 63: '?anl?urfa' },          },        ]}        data={[          { name: 'Mehmet', surname: 'Baran', birthYear: 1987, birthCity: 63 },          { name: 'Zerya Betül', surname: 'Baran', birthYear: 2017, birthCity: 34 },        ]}                options={{          filtering: true        }}      />    )  }}const rootElement = document.getElementById("root");ReactDOM.render(<Example />, rootElement);
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 175 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號