This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
grocy
Watch
1
Star
0
Fork
0
You've already forked grocy
mirror of
https://github.com/grocy/grocy.git
synced
2025-09-23 21:05:20 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
ebe92335a69b2593dd4279ce858b0083ea14ba18
grocy
/
views
/
dashboard.js
8 lines
110 B
JavaScript
Raw
Normal View
History
Unescape
Escape
General improvements
2017-04-16 23:11:03 +02:00
$
(
function
(
)
{
Form validation and barcode input handling improvements
2017-04-17 16:51:49 +02:00
$
(
'#current-stock-table'
)
.
DataTable
(
{
Code review
2017-04-21 12:30:08 +02:00
'pageLength'
:
50
,
Form validation and barcode input handling improvements
2017-04-17 16:51:49 +02:00
'order'
:
[
[
2
,
'asc'
]
]
}
)
;
General improvements
2017-04-16 23:11:03 +02:00
}
)
;
Reference in New Issue
Copy Permalink