We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865d9d7 commit 946cc5cCopy full SHA for 946cc5c
src/FixedColumns.ts
@@ -46,7 +46,7 @@ export interface ICellCSS {
46
right?: string;
47
}
48
export default class FixedColumns {
49
- private static version = '4.1.0';
+ private static version = '4.2.0';
50
51
private static classes: IClasses = {
52
fixedLeft: 'dtfc-fixed-left',
src/index.ts
@@ -1,11 +1,11 @@
1
-/*! FixedColumns 4.1.0
+/*! FixedColumns 4.2.0
2
* 2019-2022 SpryMedia Ltd - datatables.net/license
3
*/
4
5
/**
6
* @summary FixedColumns
7
* @description FixedColumns extension for DataTables
8
- * @version 4.1.0
+ * @version 4.2.0
9
* @author SpryMedia Ltd (www.sprymedia.co.uk)
10
* @copyright SpryMedia Ltd.
11
*
0 commit comments