1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00
DataTables/examples/ajax
Allan Jardine 60745afb14 New: Bootstrap 4 integration with DataTables
- Bootstrap 4 is currently in beta so things can, and probably will
  still change. Bootstrap 4 packages for DataTables won't be made
  available until at least a beta release of Bootstrap 4.
- A few things have changed in Bootstrap 4 and rather than trying to
  make the exisiting Bootstrap files work for both BS3 and BS4 it makes
  sense to offer both. We'd need to detect which version of BS is loaded
  and that can be quite unreliable (and delayed since the body would
  need to be available).
- Pagingation requires a couple of classes, but no change in structure
- BS4 don't include icons any more, so need to use UTF8 arrows to show
  sorting (don't particularly want other dependencies, although it is
  easy to add with CSS if you want more icon control)
- Outstanding issue: The select element for paging control is not of a
  consistent height with the search input. This appears to be a
  Bootstrap issue: https://github.com/twbs/bootstrap/issues/17194
2016-02-03 11:40:26 +00:00
..
data Fix - examples: The API row details example wasn't showing the close 2014-03-03 10:18:02 +00:00
custom_data_flat.html New: Bootstrap 4 integration with DataTables 2016-02-03 11:40:26 +00:00
custom_data_property.html New: Bootstrap 4 integration with DataTables 2016-02-03 11:40:26 +00:00
deep.html New: Bootstrap 4 integration with DataTables 2016-02-03 11:40:26 +00:00
defer_render.html New: Bootstrap 4 integration with DataTables 2016-02-03 11:40:26 +00:00
index.html Update: Update jQuery to 1.12.0 2016-01-22 11:26:18 +00:00
null_data_source.html New: Bootstrap 4 integration with DataTables 2016-02-03 11:40:26 +00:00
objects_subarrays.html New: Bootstrap 4 integration with DataTables 2016-02-03 11:40:26 +00:00
objects.html New: Bootstrap 4 integration with DataTables 2016-02-03 11:40:26 +00:00
orthogonal-data.html New: Bootstrap 4 integration with DataTables 2016-02-03 11:40:26 +00:00
simple.html New: Bootstrap 4 integration with DataTables 2016-02-03 11:40:26 +00:00