flameresttable 1.0.94 → 1.0.95

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.94",
3
+ "version": "1.0.95",
4
4
  "main": "./src/plugin.ts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -134,7 +134,7 @@ export default class FlameTable<T> {
134
134
  * Загрузить результаты от RESTа в таблицу
135
135
  * @param rows Отданный объект
136
136
  */
137
- public load(rows: Rows<T>, isAppend: boolean) {
137
+ public load(rows: Rows<T>, isAppend: boolean = false) {
138
138
 
139
139
  rows.pages = rows.pages ?? { count: 0, page: 1, perPage: 1, total: 0 };
140
140