Search
-
DataTables Tabs
by SalmanS ·But i am unable to figure out, when we click the* <a rel="nofollow" href="#2" data-toggle="tab">Table 2</a> tabs, its calling the above function how? -
Accessibility issues (expand/collapse icon, navigating through table cells)
by DTtables ·For #2, we tested with JAWS (v.16) using IE 11 (we are in government, and this is default browser for the agency). I'll ask our tester to try different browsers and see if we have same result. -
Unable to override UPLOAD ajax
by Radoslav Konuch ·thanks for the hint. Went with the option #2. I kept the ajax property for the editor field as an empty json object, so editor does't complain about no ajax options. -
Initial sorting by aaSorting for multiple columns not working for ajax data
by Sibin ·data table #2: -
Calculate age from date of birth
-
Successful MultiRow edit not drawing updated rows
by Tango_alee ·Row #1 needs to do the PUT to "api/entry/1/editor_endpoint" and row #2 goes to "api/entry/2/editor_endpoint". -
About ColumnFix and Filters
by mabonet ·Hi I got a problem with my datatables when I put fixedColumns: {leftColumns: 2}, and all my columns have selects filters and all of them work good less the column #2 because it is firm but If a put -
Rendering problem?
by MyNickname ·* Tab #2: Click on the link 'Click here' => Show 10 entries ... Preview 1 Next is shown -
Sorting numbers with # in front, and inside an A tag
by Fringo ·What is the best way to go about having a column with values like #1, #2, #3 etc ? -
Triggering the action method of a button when returning to the page containing the grid?
by jstemper ·Somehow I need to trigger a redraw of the button to recreate line #28 of the example. -
KeyTable with rendered buttons and checkboxes
by tom@pdp ·Thank you Allan for the quick answer. I'm sure it's hard to understand my questions, but Q. #2 & Q. #3 have something special in them that, probably, nobody else tried to do or never asked. -
Inline Edit with input and dropdown with update button
by kthorngren ·I'm interpreting this differently than Colin. Sounds like when you submit you have an event handler performing a draw(). If this is the case then for point #2 you can use .draw(false) to stay on the -
Colvis doesn't work in with "collectionLayout: 'fixed'" in Editor 1.7.x?
by daveslab ·formMessage: "Êtes-vous sûr de vouloir supprimer cette correspondance ?" }, { extend: 'collection', buttons: [ { extend: 'excel', exportOptio -
If conditions not working using REST
by colin ·You have to give us a bit more help here! Why isn't working? What is it doing that's wrong? It's you're return value where "error;#256" is sent is wrong, what does a console debug show it's -
If conditions not working using REST
by beginner_2018 ·$('#table_id').DataTable({ "aaData": data.d.results, "aoColumns": [{ "mData": "Title" }, { "mData": "Order" re -
Potential Bug report: DataTables Editor does not decode all HTML entities
by ps@raytion ·The input field contains the string "I'm a tëst string" -
Jquery 3.3 deprecations
by rodrangra ·jQuery.isNumeric (#2960, c4494d4a) -
Clearing a table and re-initialising
by sjw01 ·Issue #2: If you select multiple select dropdown lists, resetting all to default will require jQuery to manage -
In editor - how can I return a custom field from the server side script based on a function call?
by mikduc ·#2 /www/zendphp7/htdocs/DataTables_Editor/php/Editor/Field.php(693): DataTables\Editor\Field->val('get', Array) #3 /www/zendphp7/htdocs/DataTables_Editor/php/Editor/Editor.php(996): DataTables -
Excel export with background color without affecting the formatting
by FrancoisLemieux ·Hello I have been struggling for hours searching over and over on how to export with conditional formatting, I've been looking a lot in the forums and apologize if its a dupplicate