Search
43675 results 6691-6700
Forum
- 9th Aug 2018Problem with read values of collapsed datatable textbox values on table outsided button click.Hi @SabariSaravanan , We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin
- 31st Jul 2018how to filter a table based on a selectorSo easy... unbeliveable :D :D :D :D Thank you so much.
- 31st Jul 2018How to search in a table?Yes, that would do it. Checkout this FAQ for more details. Kevin
- 26th Jul 2018Sort table using certain orderGold, thanks @kthorngren !
- 23rd Jul 2018Data table problem : the "pagination buttom style isn't working"Hi again @jalil , Those are class "paginate_button", so you could see if you're doing anything special with those. If not, we're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin
- 20th Jul 2018How to get the sum of the joined table with the Editor's php libraryHi, Where do you want to show the resulting calculation? The Editor libraries don't support GROUP BY in the data loaded and edited by Editor I'm afraid, but you could use the $db->sql() method if you just want to execute that and get the data. Allan
- 19th Jul 2018Newbie: Render response data on table after performing a computation on it.Thanks again @allan. This is just what I was looking for, I appreciate it.
- 19th Jul 2018sort ascending and descending buttons on table footerHi @ronald_wouters , There's no easy way, I'm afraid. This example here allows sorting, but you it won't display the arrow indicators unfortunately. I've added it to the feature request for DataTables 2.0, so it may appear in the near future. Cheers, Colin
- 16th Jul 2018Table JoinsMultiple fields in left join function? I don't think that this is possible with Editor. And I didn't see a hint on this in the page Colin pointed out. But do you really need a LEFT JOIN or is an INNER JOIN ok as well? You can always do an INNER JOIN using the WHERE clause. Of course you can use multiple fields an that where clause. This thread discusses an example: https://datatables.net/forums/discussion/comment/116150/#Comment_116150
- 16th Jul 2018Export to excel error when having dynamic table columnsThank you @colin That was really helpful.