@tntx/nested-table

基于ant3开发的嵌套表格,用于弥补<Table>@ant3中 expandedRowRender={return <Table>} 时无法同时使用Column.fixed='right'的问题。参考官方提示(Warning: [antd: Table] `expandedRowRender` and `Column.fixed` are not compatible. Please use one of them at one time.)

@tntx/ellipsis

根据限宽截断文本并显示省略号,进而添加Tooltip/Popover悬浮效果以显示完整文本。旨在解决根据字符长度截断时不能很好的兼容中英文的问题。

@tntx/entry-lines

以数据驱动的、可以在一行内渲染多个(Antd3)Input、Select、字符、甚至自定义dom,并渲染多个上述行的组件。提供联动、交互功能