File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Package: fefferyAntdComponents
22Title: Plotly Dash components based on Ant Design
3- Version: 0.4.5
3+ Version: 0.4.6-rc1
44Description: Plotly Dash components based on Ant Design
55Depends: R (>= 3.0.2)
66Imports:
Original file line number Diff line number Diff line change 22name = " FefferyAntdComponents"
33uuid = " 1b08a953-4be3-4667-9a23-674b58f7de79"
44authors = [" CNFeffery <fefferypzy@gmail.com>" ]
5- version = " 0.4.5 "
5+ version = " 0.4.6-rc1 "
66
77[deps ]
88Dash = " 1b08a953-4be3-4667-9a23-3db579824955"
Original file line number Diff line number Diff line change 11{
22 "name" : " feffery_antd_components" ,
3- "version" : " 0.4.5 " ,
3+ "version" : " 0.4.6-rc1 " ,
44 "description" : " Plotly Dash components based on Ant Design" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ const AntdTable = (props) => {
453453 }
454454 } ,
455455 render : ( text ) =>
456- searchedColumn === dataIndex ? (
456+ searchedColumn === dataIndex && isString ( text ) ? (
457457 < Highlighter
458458 highlightStyle = { { backgroundColor : '#ffc069' , padding : 0 } }
459459 searchWords = { [ searchText ] }
You can’t perform that action at this time.
0 commit comments