Search
-
Combining MJoin and c# List to limit records shown to ones in List
by allan ·What does MyViewModel contain? Do you have the primary key for the records you want to show? If so, use a Where() condition similar to what you have on line 20. If you have a collection of id values,… -
dynamically creation of datatables (columns and data are differnt each query ) from Json
by nextart ·all data if ($.fn.DataTable.isDataTable( '#datatables_query' ) ) { var tableId = "#datatables_query"; // this sequence is very important. // clear first -
dynamically creation of datatables (columns and data are differnt each query ) from Json
by nextart ·if ($.fn.DataTable.isDataTable( '#datatables_query' ) ) { -
dynamically creation of datatables (columns and data are differnt each query ) from Json
by nextart ·// verify if #datatables_query exist if Y delete it