es-grid-template 1.4.9 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -705,7 +705,7 @@ const InternalTable = props => {
|
|
|
705
705
|
}
|
|
706
706
|
if (commandClick) {
|
|
707
707
|
commandClick({
|
|
708
|
-
id,
|
|
708
|
+
id: idCommand,
|
|
709
709
|
rowId: rowData.rowId,
|
|
710
710
|
rowData,
|
|
711
711
|
index,
|
|
@@ -717,7 +717,7 @@ const InternalTable = props => {
|
|
|
717
717
|
// server ~~ không làm gì
|
|
718
718
|
if (commandClick) {
|
|
719
719
|
commandClick({
|
|
720
|
-
id,
|
|
720
|
+
id: idCommand,
|
|
721
721
|
rowId: rowData.rowId,
|
|
722
722
|
rowData,
|
|
723
723
|
index,
|
|
@@ -716,7 +716,7 @@ const InternalTable = props => {
|
|
|
716
716
|
}
|
|
717
717
|
if (commandClick) {
|
|
718
718
|
commandClick({
|
|
719
|
-
id,
|
|
719
|
+
id: idCommand,
|
|
720
720
|
rowId: rowData.rowId,
|
|
721
721
|
rowData,
|
|
722
722
|
index,
|
|
@@ -728,7 +728,7 @@ const InternalTable = props => {
|
|
|
728
728
|
// server ~~ không làm gì
|
|
729
729
|
if (commandClick) {
|
|
730
730
|
commandClick({
|
|
731
|
-
id,
|
|
731
|
+
id: idCommand,
|
|
732
732
|
rowId: rowData.rowId,
|
|
733
733
|
rowData,
|
|
734
734
|
index,
|