flameresttable 1.0.87 → 1.0.88

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flameresttable",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "main": "./src/plugin.ts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -364,6 +364,17 @@ export interface IColumn {
364
364
  */
365
365
  classes?: string,
366
366
 
367
+ /**
368
+ * Заголовок фильтра. null - заголовок равен title общему
369
+ */
370
+ title: string | null,
371
+
372
+ /**
373
+ * Классы для заголовка
374
+ */
375
+ titleClasses: string
376
+
377
+
367
378
  },
368
379
 
369
380
  /**