<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>A new request with request id 10019 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 198, Issue 6<br>Category : <br>Description : <div>Send Koha-devel mailing list submissions to<br>    koha-devel@lists.koha-community.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>or, via email, send a message with subject or body 'help' to<br>    koha-devel-request@lists.koha-community.org<br><br>You can reach the person managing the list at<br>    koha-devel-owner@lists.koha-community.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Koha-devel digest..."<br><br><br>Today's Topics:<br><br>   1. Responsive DataTables (dcook@prosentient.com.au)<br>   2. Re: Responsive DataTables (Arthur)<br>   3. Koha Item Type 942$c, 952$y (Ms. Naveen Ali)<br>   4. Re: Responsive DataTables (Jonathan Druart)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Mon, 9 May 2022 12:18:01 +1000<br>From: <dcook@prosentient.com.au><br>To: "'Owen Leonard'" <oleonard@myacpl.org>, "'Koha-devel'"<br>    <koha-devel@lists.koha-community.org><br>Subject: [Koha-devel] Responsive DataTables<br>Message-ID: <0f3801d8634b$06d50370$147f0a50$@prosentient.com.au><br>Content-Type: text/plain; charset="utf-8"<br><br>Hi all,<br><br> <br><br>A librarian pointed out to me that the table in the OPAC cart is not<br>responsive (ie the table flows off the edge of the screen).<br><br> <br><br>I took a little look online and it looks like DataTables does have mobile<br>support:<br>https://datatables.net/extensions/rowreorder/examples/initialisation/respons<br>ive.html<br><br> <br><br>I needed to add "responsive: true" to the DT initialisation and include<br>https://cdn.datatables.net/responsive/2.2.9/js/dataTables.responsive.min.js<br>but it mostly worked. <br><br> <br><br>I think we'd need to play around a bit with "dtr-control"<br>(https://datatables.net/extensions/responsive/examples/child-rows/column-con<br>trol.html) so that we could show columns that can't fit onto the screen. But<br>that probably wouldn't take that much work.<br><br> <br><br>What do people think? It looks like it would be a great addition to Koha. <br><br> <br><br>David Cook<br><br>Senior Software Engineer<br><br>Prosentient Systems<br><br>Suite 7.03<br><br>6a Glen St<br><br>Milsons Point NSW 2061<br><br>Australia<br><br> <br><br>Office: 02 9212 0899<br><br>Online: 02 8005 0595<br><br> <br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220509/b4c896df/attachment-0001.htm><br><br>------------------------------<br><br>Message: 2<br>Date: Mon, 9 May 2022 09:08:34 +0200<br>From: Arthur <arthur.suzuki@biblibre.com><br>To: koha-devel@lists.koha-community.org<br>Subject: Re: [Koha-devel] Responsive DataTables<br>Message-ID: <34e8abb7-f9f4-c3fb-41cf-64b9390f3163@biblibre.com><br>Content-Type: text/plain; charset="utf-8"; Format="flowed"<br><br>definitely!<br><br>Would be awesome to use this in the circulation rule table.<br><br>Arthur<br><br>On 09/05/2022 04:18, dcook@prosentient.com.au wrote:<br>><br>> Hi all,<br>><br>> A librarian pointed out to me that the table in the OPAC cart is not <br>> responsive (ie the table flows off the edge of the screen).<br>><br>> I took a little look online and it looks like DataTables does have <br>> mobile support: <br>> https://datatables.net/extensions/rowreorder/examples/initialisation/responsive.html<br>><br>> I needed to add “responsive: true” to the DT initialisation and <br>> include <br>> https://cdn.datatables.net/responsive/2.2.9/js/dataTables.responsive.min.js <br>> but it mostly worked.<br>><br>> I think we’d need to play around a bit with “dtr-control” <br>> (https://datatables.net/extensions/responsive/examples/child-rows/column-control.html) <br>> so that we could show columns that can’t fit onto the screen. But that <br>> probably wouldn’t take that much work.<br>><br>> What do people think? It looks like it would be a great addition to Koha.<br>><br>> David Cook<br>><br>> Senior Software Engineer<br>><br>> Prosentient Systems<br>><br>> Suite 7.03<br>><br>> 6a Glen St<br>><br>> Milsons Point NSW 2061<br>><br>> Australia<br>><br>> Office: 02 9212 0899<br>><br>> Online: 02 8005 0595<br>><br>><br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website :https://www.koha-community.org/<br>> git :https://git.koha-community.org/<br>> bugs :https://bugs.koha-community.org/<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220509/661cbb1a/attachment-0001.htm><br><br>------------------------------<br><br>Message: 3<br>Date: Mon, 9 May 2022 13:03:33 +0500 (PKT)<br>From: "Ms. Naveen Ali" <naveen@neduet.edu.pk><br>To: koha-devel@lists.koha-community.org, koha@lists.katipo.co.nz<br>Cc: naveen <naveen@neduet.edu.pk><br>Subject: [Koha-devel] Koha Item Type 942$c, 952$y<br>Message-ID:<br>    <1137208151.1659562.1652083413830.JavaMail.zimbra@neduet.edu.pk><br>Content-Type: text/plain; charset="utf-8"<br><br>Dear All, <br><br>I am migrating my data from oracle database to KOHA. <br>I would like to use <br>the 942$c to store document types such as handbooks, dictionary etc (I will not create any circulation rules for these values) <br>and 952$y for koha item type used for circulation rules. <br><br>I intend to edit the MARC framework and update the authorized value of 942$c to a new created authorized value such as DTYPE. <br><br>However KOHA links this field to biblioitems.itemtype. <br>I wanted to understand how and where is this field used in KOHA functions. <br>Will this cause any malfunctioning with respect to lending or any other functions. <br><br><br>With best regards, <br><br>Naveen Ali <br><br>ITM-JE (EAKL) <br>Inst Representative for <br>HEC Digital Library Resources. <br>NEDUET, Karachi. <br><br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220509/018efa02/attachment-0001.htm><br><br>------------------------------<br><br>Message: 4<br>Date: Mon, 9 May 2022 10:40:08 +0200<br>From: Jonathan Druart <jonathan.druart@bugs.koha-community.org><br>To: David Cook <dcook@prosentient.com.au><br>Cc: Owen Leonard <oleonard@myacpl.org>, Koha-devel<br>    <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Responsive DataTables<br>Message-ID:<br>    <CAJzKNY7L3muapOOEGNnVJfMHLGSb-_2k0tsNxUidcgXfu_hqhw@mail.gmail.com><br>Content-Type: text/plain; charset="UTF-8"<br><br>Yes, good idea. Write the patch! :D<br><br>Le lun. 9 mai 2022 à 04:18, <dcook@prosentient.com.au> a écrit :<br>><br>> Hi all,<br>><br>><br>><br>> A librarian pointed out to me that the table in the OPAC cart is not responsive (ie the table flows off the edge of the screen).<br>><br>><br>><br>> I took a little look online and it looks like DataTables does have mobile support: https://datatables.net/extensions/rowreorder/examples/initialisation/responsive.html<br>><br>><br>><br>> I needed to add “responsive: true” to the DT initialisation and include https://cdn.datatables.net/responsive/2.2.9/js/dataTables.responsive.min.js but it mostly worked.<br>><br>><br>><br>> I think we’d need to play around a bit with “dtr-control” (https://datatables.net/extensions/responsive/examples/child-rows/column-control.html) so that we could show columns that can’t fit onto the screen. But that probably wouldn’t take that much work.<br>><br>><br>><br>> What do people think? It looks like it would be a great addition to Koha.<br>><br>><br>><br>> David Cook<br>><br>> Senior Software Engineer<br>><br>> Prosentient Systems<br>><br>> Suite 7.03<br>><br>> 6a Glen St<br>><br>> Milsons Point NSW 2061<br>><br>> Australia<br>><br>><br>><br>> Office: 02 9212 0899<br>><br>> Online: 02 8005 0595<br>><br>><br>><br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org<br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>End of Koha-devel Digest, Vol 198, Issue 6<br>******************************************<br></div><br><br>NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.<br></body></html>