I would like to know the pros and cons of using a WITH CTE vs 2 QUERIES (GetTotal and GetOffeset)Considering:- Performance- Best Practices- Rich widget set up for table pagination and list counter VSandThank you š«¶
CONS
1 - Set up configuration of rich widget and others may be so straightforward... 1.1. List_Counter:
1.2. List_Navigation
1.3. Table Data
1.4. Query Refresh
Hi Samuel,
in my humble opinion I would bet on the query option, later on it should be simpler to update/change the way the select is made, but that's my opinion with no "numbers" to say witch is better or worse.
Regards