Search
-
Export to Excel: specific data is missing
by elstupid ·If I try to export this table to CSV or any other option, data is exactly exported as is. If it's exported to Excel however, the value for "18E03778" is converted to #NULL! -
suppress DataTables alert?
by kthorngren ·Looks like you are initializing two empty Datatables. Then fetching the data via a jQuery ajax request. In the success function you are adding the data. There isn't a way for the table to read the… -
Can you add support for IS and IS NOT operators in the Query::where() function in the PHP libraries?
by allan ·There is information about using NULL values as part of the condition available here. Does that cover what you are looking for? -
Column index
by allan ·Rather than adding it to the columnDefs property, it would probably be easier just to add it to your columns array. You also need to use data: null, defaultContent: '' to the column's definition.