matrix-israel / openemr

Mirror of official OpenEMR Sourceforge repository
http://open-emr.org/
GNU General Public License v3.0
0 stars 2 forks source link

dynamic_finder.php colreorder doesn't work #13

Open matrix-drorgo opened 5 years ago

matrix-drorgo commented 5 years ago

Hi, I see that there is a colReorder js/css call in the code as I check it the functionallity doesn't work correct. I can drag a column and the data starts to move not under the correct column.

I tried to add a code to the creation of the datable : https://datatables.net/extensions/fixedheader/examples/integration/colreorder.html

but it doesn't work .

I think if no one uses this We should remove the call for the css and js files ...

<!--   <link rel="stylesheet" href="<?php /*echo $GLOBALS['assets_static_relative']; */?>/datatables.net-colreorder-dt/css/colReorder.dataTables.css" type="text/css">-->

<!--    <script type="text/javascript" src="<?php /*echo $GLOBALS['assets_static_relative']; */?>/datatables.net-colreorder/js/dataTables.colReorder.js"></script>-->
bradymiller commented 5 years ago

agreed :)

matrix-drorgo commented 5 years ago

Hi, Since I don't understand what there was the intention to this code written in this issue and since this is a main screen that is used all the time . Maybe it should be reviewed/changed by the writer of this code . I don't want to create any conflicts by deleting these rows.

thanks Dror G.