Lint errors

pull/104/head
cagataycivici 2019-10-01 15:44:09 +03:00
parent a8893d657c
commit ad0e23fc27
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ var gulp = require('gulp'),
concat = require('gulp-concat'), concat = require('gulp-concat'),
uglifycss = require('gulp-uglifycss'), uglifycss = require('gulp-uglifycss'),
rename = require('gulp-rename'), rename = require('gulp-rename'),
del = require('del'),
flatten = require('gulp-flatten'); flatten = require('gulp-flatten');
gulp.task('copy-components', function() { gulp.task('copy-components', function() {

View File

@ -1009,7 +1009,7 @@ export default {
<p>In addition lazy loading of root level nodes is implemented by handling pagination and sorting using <i>page</i> and <i>sort</i> events by making a remote query using the information <p>In addition lazy loading of root level nodes is implemented by handling pagination and sorting using <i>page</i> and <i>sort</i> events by making a remote query using the information
passed to the events such as first offset, number of rows and sort field for ordering. Filtering is handled differently as filter elements are defined using templates, use passed to the events such as first offset, number of rows and sort field for ordering. Filtering is handled differently as filter elements are defined using templates, use
the event you prefer on your form elements such as input, change, blur to make a remote call by passing the filters property to update the displayed data. Note that, the event you prefer on your form elements such as input, change, blur to make a remote call by passing the filters property to update the displayed data. Note that,
in lazy filtering, totalRecords should also be updated to align the data with the paginator.</p>.</p> in lazy filtering, totalRecords should also be updated to align the data with the paginator.</p>.
<p> Example below uses an in memory collection to mimic a lazy loading scenario with timeouts.</p> <p> Example below uses an in memory collection to mimic a lazy loading scenario with timeouts.</p>