@contributte/datagrid 0.0.0-20251126-8084900 → 0.0.0-20251127-5ec5601

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.
package/README.md CHANGED
@@ -47,7 +47,8 @@ For details on how to use this package, check out our [documentation](.docs).
47
47
 
48
48
  | State | Version | Branch | Nette | PHP |
49
49
  |--------|-----------|----------|--------|---------|
50
- | dev | `^7.1.x` | `master` | `3.2+` | `>=8.2` |
50
+ | dev | `^7.2.x` | `master` | `3.2+` | `>=8.2` |
51
+ | stable | `^7.1.0` | `master` | `3.2+` | `>=8.2` |
51
52
  | stable | `^7.0.0` | `master` | `3.2+` | `>=8.1` |
52
53
  | stable | `^6.10.0` | `master` | `3.0+` | `>=7.2` |
53
54
 
@@ -10,7 +10,7 @@ export const EditableElementAttribute = "data-datagrid-editable-element";
10
10
 
11
11
  export const EditableValueAttribute = "data-datagrid-editable-value";
12
12
 
13
- export const EditableAttrsAttribute = "datagrid-editable-attrs";
13
+ export const EditableAttrsAttribute = "data-datagrid-editable-attrs";
14
14
 
15
15
  export class EditablePlugin implements DatagridPlugin {
16
16
  onDatagridInit(datagrid: Datagrid): boolean {