agregar elemento span para texto dentro de elemento li con el texto, para al truncar texto no ocultar opcion de abrir menu filtrar

This commit is contained in:
dehernandezm 2025-01-29 12:44:45 -06:00
parent e6929b1a63
commit 8cda3c1fbf
3 changed files with 8 additions and 4 deletions

View File

@ -214,11 +214,15 @@ var DraggableAttribute = exports.DraggableAttribute = function (_React$Component
var filtered = Object.keys(this.props.valueFilter).length !== 0 ? 'pvtFilteredAttribute' : '';
return _react2.default.createElement(
'li',
{ 'data-id': this.props.name },
{ 'data-id': this.props.name, title: this.props.name },
_react2.default.createElement(
'span',
{ className: 'pvtAttr ' + filtered },
this.props.name,
_react2.default.createElement(
'span',
{ className: 'pvtAttrTitle' },
this.props.name
),
_react2.default.createElement(
'span',
{

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "v-react-pivottable",
"version": "0.11.31",
"version": "0.11.32",
"description": "A React-based pivot table",
"main": "PivotTableUI.js",
"files": [