Libraries tagged by large data
di/expression-parser
8 Downloads
This package allows to evaluate (parse with mapping) large amounts of data in flexible manner, providing various processing functions
yufei/large_table_maintain
0 Downloads
A tool for mysql table with large data to sync/remove-old...
sam-it/stream-data-parsers
1480 Downloads
Collection of tools for parsing large data sets (CSV, XML, JSON)
datatables.net/datatables.net-scroller-zf
3 Downloads
Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance. This is Scroller for DataTables with styling for [Foundation](https://get.foundation/)
datatables.net/datatables.net-scroller-se
36 Downloads
Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance. This is Scroller for DataTables with styling for [SemanticUI](https://semantic-ui.com/)
datatables.net/datatables.net-scroller-ju
15 Downloads
Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance. This is Scroller for DataTables with styling for [jQueryUI](http://jqueryui.com/)
datatables.net/datatables.net-scroller-jqui
8 Downloads
Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance. This is Scroller for DataTables with styling for [jQueryUI](http://jqueryui.com/)
datatables.net/datatables.net-scroller-bs
104 Downloads
Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance. This is Scroller for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)
datatables.net/datatables.net-scroller-bm
9 Downloads
Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance. This is Scroller for DataTables with styling for [Bulma](https://bulma.io/)
datatables.net/datatables.net-fixedheader-zf
9 Downloads
When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability. This is FixedHeader for DataTables with styling for [Foundation](https://get.foundation/)
datatables.net/datatables.net-fixedheader-se
35 Downloads
When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability. This is FixedHeader for DataTables with styling for [SemanticUI](https://semantic-ui.com/)
datatables.net/datatables.net-fixedheader-bs
129 Downloads
When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability. This is FixedHeader for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)
datatables.net/datatables.net-fixedheader-bm
4 Downloads
When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability. This is FixedHeader for DataTables with styling for [Bulma](https://bulma.io/)
drlenux/large-array
11 Downloads
Array for big data, big array, large array, memory array
rapidwebltd/no-post-data-laravel-middleware
77 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.