Skip to content

DT 0.32

Compare
Choose a tag to compare
@yihui yihui released this 19 Feb 16:47
· 10 commits to main since this release
  • Fixed a bug that caused the column used for grouping with the RowGroup extension to change when relocated by the ColReorder extension (thanks, @isthisthat, @mikmart, #1109).

  • Fixed the bug that replaceData() failed to work with data that has no column names (thanks, @mmuurr, #1108).

  • updateSearch() now sets the slider values based on the new search string for numeric columns (thanks, @mikmart, #1110).

  • The searchCols option now sets the slider values for numeric columns when server = TRUE (thanks, @alexvpickering, @mikmart, #998).

  • Added server-side processing support for the SearchBuilder extension (thanks, @AhmedKhaled945, @shrektan, @mikmart, #963).

  • Fixed a bug that caused the date picker widget from the DateTime extension to render incorrectly (thanks, @mikmart, #1116).

  • Column formatting now also applies to range labels shown on filter sliders (thanks, @GitChub, @mikmart, #247).

  • Added support for passing custom configuration for initializing filter widgets in JavaScript. Use the filter parameter to datatable() in the form filter = list(settings = list(select = ..., slider = ...)) (thanks, @yogat3ch, @DavidBlairs, @mikmart, #1072, #1083).