Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82440

Fixedcolumns error Uncaught TypeError: Cannot read properties of undefined (reading 'start')

$
0
0

I am trying to set the fixed columns using the fixedColumns().start() method. However when i call that method it throws the error Uncaught TypeError: Cannot read properties of undefined (reading 'start').

This is the code i am using

table.DataTable().fixedColumns().start(2);

I am able to set the columns when i initialize the datatable, however calling this function throws an error. Any help would be appreciated


Viewing all articles
Browse latest Browse all 82440

Trending Articles