mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-16 23:55:46 +01:00
Updated doc comment
This commit is contained in:
parent
4acb352edc
commit
2aecbfd424
1 changed files with 2 additions and 2 deletions
|
|
@ -239,8 +239,8 @@ export default class ColOps extends Feature {
|
|||
/**
|
||||
* Make desired calculation on specified column.
|
||||
* @param {Number} colIndex Column index
|
||||
* @param {any} [operation=SUM] Operation type
|
||||
* @param {any} precision Decimal precision
|
||||
* @param {String} [operation=SUM] Operation type
|
||||
* @param {Number} precision Decimal precision
|
||||
* @returns {Number}
|
||||
*/
|
||||
columnCalc(colIndex, operation = SUM, precision) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue