src/components/DataTableController.js
Showing 4 of 4 total issues
Function onSorted
has a Cognitive Complexity of 33 (exceeds 5 allowed). Consider refactoring. Open
Open
onSorted() { if (!this.rows) { return; }
- Read upRead up
- Create a ticketCreate a ticket
DataTableController
has 21 functions (exceeds 20 allowed). Consider refactoring. Open
Open
export default class DataTableController { /** * Creates an instance of the DataTable Controller * @param {scope} * @param {filter}
- Create a ticketCreate a ticket
Function onSorted
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
onSorted() { if (!this.rows) { return; }
- Create a ticketCreate a ticket