Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
datatables [2011/03/15 12:14] wilco updating ApplySort function |
datatables [2015/08/15 15:15] (current) |
||
---|---|---|---|
Line 117: | Line 117: | ||
if (_tableParams.ContainsKey(DISPLAY_START)) | if (_tableParams.ContainsKey(DISPLAY_START)) | ||
skip = (int)_tableParams[DISPLAY_START]; | skip = (int)_tableParams[DISPLAY_START]; | ||
- | if (_tableParams.ContainsKey(DISPLAY_START)) | + | if (_tableParams.ContainsKey(DISPLAY_LENGTH)) |
take = (int)_tableParams[DISPLAY_LENGTH]; | take = (int)_tableParams[DISPLAY_LENGTH]; | ||