Search
-
FuzzySearch on selected columns
by kthorngren ·I added a fuzzySearch.columns option to the Fuzzy Search plugin, for example: -
FuzzySearch on selected columns
by Spozz21 ·I want to use FuzzySearch but only on selected columns -
SearchPanes > ServerSide > Requested Data
by ServiceSoftware ·Should I expect that SearchPanes will send the list of columns for which SearchPanes options are requested from the server? -
Error when trying to install via npm: npm install --save @datatables.net/editor-dt
by kthorngren ·Have you followed the NPM installation docs for Editor to configure access to the private NPM repository? -
Is it possible to have two separates tables with diferent data set?
by Carlos2516 ·Thank you very much @kthorngren. -
Is it possible to have two separates tables with diferent data set?
by Carlos2516 ·Thank ypu for your quck answer @kthorngren. -
Individual column searching with MJoins (re-opened)
by guidols ·Hello everyone, -
Search can't be correctly performed with some cyrillic characters in input string since using DT2.2+
by kthorngren ·Here is an updated test cast: -
postCreate isn't working
by allan ·You've got two click events that are triggering inline editing: -
postCreate isn't working
by danilorago ·@allan -
Export DataTable to Macro Enabled Worksheet
by kthorngren ·Likely you will need to use the customize function of the excelHtml5 button to change the format. You can compare the differences of an XLSX versus an XLSM file by unzipping then and investigating t… -
SearchPanes > serverSide > POST > Cannot create property 'searchPanes' on string
by allan ·I've just committed a change to add a new option to address this issue. -
postCreate isn't working
by danilorago ·Dear all, -
clicking the paging buttons is adding classes to TDs
by profoundhypnotic ·Link to test case: -
SearchPanes > serverSide > POST > Cannot create property 'searchPanes' on string
by kthorngren ·Possibly you can use the preXhr event and JSON.stringify the sent data there instead of in-option ajax.data`. For example: -
postCreate not working
by danilorago ·Dear all, -
Issue with ColReorder, ColVisibility, and StateSave Functionality in DataTables
by kthorngren ·Additionally, I noticed that the example on this page (https://datatables.net/extensions/colreorder/examples/integration/colvis.html) has the StateSave functionality disabled, which prevents me from … -
SearchPanes > serverSide > POST > Cannot create property 'searchPanes' on string
by ServiceSoftware ·How can we use SearchPanes with serverSide and POST? -
C# - MJoin
by guidols ·Hi, -
excel forumula calculation when spreadsheet opens
by kthorngren ·if i create a cell with =SUM(b2:c2) why doesn't work?