基於 Material UI 的元件表。
這個想法來自於不同軟體的不同實現中出現的許多困難
該板僅經過測試使用。 React 但可以在不同的工具中使用
材質表文件
使用者介面材質
npm i table-component-mui-lib
NPM 文件
影片實作
參考表
資料型別列
export interface HeadCell { disablePadding?: boolean; id?: keyof any; label?: string; numeric?: boolean; sort?: boolean; width?: number; }
自訂列建立
const column: HeadCell[] = [ { id: 'id', numeric: false, disablePadding: false, label: 'ID', sort: true }, { id: 'name', numeric: false, disablePadding: false, label: 'Name', sort: true }, { id: 'username', numeric: false, disablePadding: false, label: 'User Name', sort: true }, { id: 'email', numeric: false, disablePadding: false, label: 'Correo Eléctronico', sort: true }, ]
組件範例
` 從 'table-component-mui-lib' 導入 { TableComponents, HeadCell } ( <box sx="{{"> ; { }} //>} onClick={(e: React.ChangeEvent<htmlinputelement> | 任意) => { }} // 保護選擇的資料} 標籤='' >> <iconbutton size="中" sx="{{" mr:> </iconbutton></htmlinputelement></box>
以上是我在 NPM 中的第一個函式庫的詳細內容。更多資訊請關注PHP中文網其他相關文章!