Search
-
Ajax Issue - 415 HTTP Response
by hpcit ·A little background, I'm on the .NET platform using the DataTables plugin on a page and have an API (Web API) that returns the response that the plugin is expecting by default (via the documentation)… -
Misaligned columns in fixed header table inside modal popup
by NoBullMan ·Link to test case: Intranet app -
Pagination on server side calls doesn't seem to be working correctly.
by iansr ·I also tried this, pulling the url builder outside but it doesn't seem to grab the buttons with the binder class. -
Pagination on server side calls doesn't seem to be working correctly.
by iansr ·With some editing that does work except if there are two buttons in the same tr. Then they both get the same buttonURL added to the end. Using .each doesn't fix it. -
How to Use Data Tables with React JS Functional Components ? There are no any documentation
by mohsin106 ·Actually, I think I may have figured it out. The only this is you need to hardcode your table ID that Datables will reference. I put it in a variable called "tableName". I have useRef in th… -
stateSaving via ajax
by rf1234 ·Hi Allan, -
Fields linked via leftjoin are all required
by allan ·Ah - your model uses a DateTime? There isn't a direct representation of a DateTime in JSON, so it would need to become a string as noted in the docs here. I think that would apply to a guid as well s… -
Trigger button action from code.
by kthorngren ·Have you tried using the buttons.buttons.name and then use that name as the button-selector, for example? See my example, the Trigger Reload Button uses this notation to get the button to trigger. -
How to avoid escaping special characters when saving
by allan ·It is almost certainly going to be the built in XSS protection. You can disable it with the options described there, bit make sure you use the DataTables text renderer if you are accepting end user i… -
My individual column searches are not working.
by davij9 ·I need to put searches by columns, but my code doesn't want to work. can you help me? -
New line in the same row
by kthorngren ·Is this the same question you have in this thread. Please don't duplicate questions. See my answer in your other thread. -
Again about dates formatting through moment.min.js and datetime.js
by Alex81 ·This is the almost correct original post... -
Datables.js with Ptototype.js Uncaught TypeError: hungarianKey.charAt is not a function
by Kostya.fr ·I need to use Datables.js with ptototype.js, but I have an issue with maybe with the scope of how I'm trying to do this. -
Again about dates formatting through moment.min.js and datetime.js
by Alex81 ·Hi all, -
Sort images not shown correctly
by allan ·Hi, -
Send page number in datatable server side pagination POST
by JasonPolydor ·Hello sorry I am new to datatables, I am doing a pagination server side, and would like to send page number in POST -
stateSaving via ajax
by rf1234 ·What also helps: Making sure there is no ajax reload before the state loading from the server has been completed. Something like this works but can't be the solution for this in my opinion. A fix is … -
Background color of cell based on condition is not working
by Shivani Vyas ·Thank you @kthorngren tutorial link you shared is really helpful. -
Background color of cell based on condition is not working
by Shivani Vyas ·I am trying to color cells based on few condition in datatable. Here is what I have tried so far. Its working but its giving me wrong results for some cells. Not sure what I am doing wrong here. -
Footer sum using data attribute
by palomarziano ·I find the solution, thanks for your suggestion!