ngx-st-tables 17.0.117 → 17.0.119
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.
|
@@ -35,6 +35,9 @@ export declare class MaterialTableComponent extends StSubscribeDestroyComponent
|
|
|
35
35
|
* IDs are generated on the copy, not on the original parent data.
|
|
36
36
|
* This ensures the parent maintains control of their data while the library
|
|
37
37
|
* manages its own working copy for UI operations.
|
|
38
|
+
*
|
|
39
|
+
* When data is updated (e.g., after fieldValueChanged), existing row IDs are preserved
|
|
40
|
+
* to prevent focus loss on inputs.
|
|
38
41
|
*/
|
|
39
42
|
set data(data: any[]);
|
|
40
43
|
get data(): any[];
|