Why the FeatureTable does not display all records?
For example, my FeatureTable show count 143, but going through the table I counted only 64?

In Fiddler all request passed - 1 query - 50 records; 2 query - 50 records; 3 - query - 43 records.
As I understand, this is an error (bug?) for displaying sorted data in the FeatureTable on the field type Date.
If i remove the FeatureTable sorting settings - all records are displayed.
<SPAN class="" style="color: slategray; border: 0px; font-weight: inherit;">// gridOptions: {</SPAN>
<SPAN class="" style="color: slategray; border: 0px; font-weight: inherit;">// sort: {</SPAN>
<SPAN class="" style="color: slategray; border: 0px; font-weight: inherit;">// field: "DOGOVOREND", descending: false}</SPAN>
<SPAN class="" style="color: slategray; border: 0px; font-weight: inherit;">// },</SPAN><SPAN class="" style="border-width: 0px 1px 0px 0px; border-style: initial solid initial initial; border-color: initial #999999 initial initial; font-weight: inherit;"></SPAN>
But I need to output the data in sorted view.