Envoc / envoc.directives

7 stars 1 forks source link

Support Column Level Filtering #2

Open ghost opened 10 years ago

ghost commented 10 years ago

This is accomplished in the fnMultiFilter plugin.

studyGuide.admin.lesson.dataTable.fnMultiFilter({
            1: $scope.productId,
            3: $scope.filter.selectedSection.name,
            4: $scope.filter.selectedSkillSet.name,
            5: $scope.filter.selectedSkill.name
});