@esvndev/es-react-table-interface 1.7.35 → 1.7.37

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.
@@ -118,6 +118,8 @@ export interface IExternalInterface {
118
118
  buttons?: IButtonToolbar[];
119
119
  /**Dữ liệu của dòng được chọn*/
120
120
  rowSelected?: any;
121
+ /**Dữ liệu của các dòng đã được chọn*/
122
+ dataSelected?: any;
121
123
  /**Thêm class css cho hàng*/
122
124
  rowClassName?: any;
123
125
  /**Nội dung hiển thị thay thế tabcontent*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.7.35",
3
+ "version": "1.7.37",
4
4
  "description": "This product is designed by ESVN and is only for use in products distributed by ESVN. Any product, whether for non-commercial research or commercial purposes, must have written legal approval and a digital signature from ESVN.",
5
5
  "license": "ESVN Limited Use License",
6
6
  "author": "dev@esvn.com.vn",