Allan Jardine
6e51a62684
Avoid applying padding to non sortable items on small tables
...
I don't know if there are more to this or if it would break some other rules but as of my testing it should be fine to remove this rule for headers that have no sorting applied to them.
This is the case already for "normal sized" tables as the padding-right rule is only applied if there is a sorting class to the element. But it has been forgotten for the table-sm variant. So there are two options that I can see.
Specify this rule does not apply if there is a sorting_disabled class
Do the same as what was done for the normal sized table in the following commit: 4e611f31ff
2020-05-21 09:24:54 +00:00
Allan Jardine
ad7711746b
DEV tweak to a test
2019-11-20 10:12:20 +00:00
Allan Jardine
04fea4e9fa
DEV more unit tests, day after day, like trudging uphill through mud during a landslide, will it ever end?
2019-10-01 12:26:26 +00:00
Allan Jardine
3f193cee3e
Fix: Potential for <script> tags to be executed when using the text
renderer
...
- Search would insert them into the document
2018-06-22 16:29:16 +01:00
Allan Jardine
09e03fcc54
Dev: Version
2018-06-14 15:13:52 +01:00
Allan Jardine
f0c2b1f51d
Merge branch 'master' of github.com:DataTables/DataTables
2018-06-14 11:51:26 +01:00
Allan Jardine
713b7498df
Fix: Correct comment for Bootstrap 4 integration (stated that it was Bootstrap 3)
2018-06-14 11:03:39 +01:00
Frederik Bosch
72145aba3e
missing extension
2017-12-18 16:12:44 +01:00
Allan Jardine
31db8f9f8d
Update jquery.dataTables.scss
...
Merge duplicate selectors
2017-08-31 14:41:05 +01:00
Allan Jardine
7494262db1
DataTables 1.10.15
2017-04-18 09:24:18 +01:00
Allan Jardine
8c5c8e7c49
Dev: Update third party libraries
2017-04-17 20:23:25 +01:00
Allan Jardine
3cbfbfe0fc
Update - CSS: Bootstrap 4 integration for alpha 6 changes
2017-04-05 15:35:53 +01:00
839
ebef5d1a55
Target all files
2016-12-26 20:52:19 +09:00
Allan Jardine
d861360bfb
Dev: Fix errors in the filtering change found by the unit tests
2016-12-06 15:13:52 +00:00
Allan Jardine
f7754a0d64
Dev: Include jquery-plugin
in keywords for package.json
2016-12-02 17:54:30 +00:00
Allan Jardine
321be3bdb3
Remove prefixed -moz-box-sizing (not needed since ff 29)
...
https://developer.mozilla.org/en-US/Firefox/Releases/29
2016-12-02 16:46:11 +00:00
Allan Jardine
6e6705da26
Dev: Include jquery-plugin
in keywords for package.json
2016-09-29 15:40:29 +01:00
Allan Jardine
19a3832792
Dev: Trigger a state save on the first draw like before
...
- Bug was introduced by the ordering of the code for the callback state
loading
2016-08-23 16:01:25 +01:00
Allan Jardine
398dd0cede
Dev: Reorder themes, so Bootstrap4 can include Bootstrap3 file if
...
approriate
2016-05-20 14:07:50 +01:00
Allan Jardine
45ed4f3973
Dev: Version bump
2016-02-15 15:13:38 +00:00
Allan Jardine
9d8ed0d942
New - docs: Documentation for dt-init $.fn.dataTable.ext.errMode
2016-02-11 14:27:38 +00:00
Allan Jardine
b7c671444d
Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer.
...
Rational for this is that the number renderer expects a number
input, not HTML, but if non-numeric input is given the value is just
returned (now escaped) - for example an empty string.
2016-01-07 15:24:53 +00:00
Allan Jardine
e245645544
Version - 1.10.10 ready
2015-11-06 15:34:24 +00:00
Allan Jardine
eec88d2546
Fix - docs: Make reference documentation for dt-init orderFixed
more explicit
...
- Thanks EFH52 for this suggestion
2015-09-07 15:53:14 +01:00
Allan Jardine
b1bca78111
DataTables 1.10.9 release
2015-09-01 09:51:29 +01:00
Allan Jardine
1c22b79471
Dev: Update make file to minified the integration files
2015-08-17 09:32:50 +01:00
Allan Jardine
588e78f92b
Update - example: Use Bootstrap rather than jQuery UI for the scrolling and tabs example.
...
Bootstrap tabs seem to be more popular these days
2015-08-12 19:48:15 +01:00
Allan Jardine
7081a1a7c6
1.10.8-dev version flag
2015-05-06 11:31:46 +01:00
Allan Jardine
fc64e71e1c
DataTables 1.10.7 release
2015-04-30 15:08:43 +01:00
Allan Jardine
2d6108d00c
Fix - docs: dt-api row().child()
should have the class name as optional
2015-04-15 17:02:08 +01:00
Allan Jardine
34abc58d70
Release 1.10.6
2015-04-03 14:47:53 +01:00
Allan Jardine
5ec5862938
Dev: Fix CSS as a dependency
2015-02-16 16:01:14 +00:00
Allan Jardine
6217b1aaae
Merge branch 'master' of github.com:DataTables/DataTablesSrc
2015-02-16 16:00:55 +00:00
Allan Jardine
455121839a
Fix docs: dt-init stateSaveCallback
syntax error
2015-02-16 16:00:20 +00:00
Allan Jardine
1ee4427ab0
Dev: JSPM support in package.json
2015-02-16 12:00:46 +00:00
Allan Jardine
6fbd6a9c46
Dev: Firebase database in example documentation rather than AIR (outdated)
2015-02-12 14:10:38 +00:00
Allan Jardine
c98854def4
Fix - example: Dro the http
protocol from the i18n CDN file loder example so it works over https
2015-02-10 14:25:16 +00:00
Allan Jardine
e820e57fec
Dev: Daft JSON error in package.json file
2014-11-13 14:14:48 +00:00
Allan Jardine
42f6be43d2
Dev: Update package.json file
2014-11-13 14:11:00 +00:00
Allan Jardine
d83f47cfb5
Fix: dt-api $.fn.dataTable.util.throttle()
was missing the first call.
...
Dev: Moving on to 1.10.5-dev
2014-11-11 14:14:11 +00:00
Allan Jardine
f4d1495a2c
Dev: Tests for the cell invalidation update
2014-11-07 15:17:14 +00:00
Allan Jardine
e06931ee0b
Fix example: Improve code for multi-column select
example
2014-10-10 10:54:11 +01:00
Allan Jardine
0d92daf10f
Dev: Remove debug line
2014-10-09 16:21:24 +01:00
Allan Jardine
6f2092783b
Dev: npm now requires the repository
parameter
...
* This fixes DataTables/DataTables #427
2014-10-07 15:38:36 +01:00
Allan Jardine
c46168a91d
Fix docs: Reference to dt-init paging
was wrong
2014-10-07 15:36:30 +01:00
Matthew Malinowski
d74849248c
Add repository to package.json to stop npm error
...
Hi!
When installing DataTables from the repo with npm >v1.2.20, it'll WARN "No repository field." This small patch resolves that. (See https://www.npmjs.org/doc/files/package.json.html#repository or https://stackoverflow.com/questions/16827858/npm-warn-package-json-no-repository-field .)
I hope it's ok to propose this change against DataTables/DataTables -- I couldn't find a `package.json` in DataTablesSrc.
Thank you for your work!!
M
2014-10-02 10:10:42 -04:00
Allan Jardine
3978684f44
Update to 1.10.3-dev
2014-08-06 11:21:07 +01:00
Allan Jardine
3743d6bc28
Dev: Add common shell method to get version string from a JSDoc
...
commented file
2014-07-31 14:58:33 +01:00
Allan Jardine
c4cdba49e4
Fix example: Use search
terminology
...
* See thread 22268
2014-07-18 12:09:03 +01:00
Allan Jardine
13e33e2177
Fix docs: Add clarification for cellData
in dt-init columns.createdCell
...
* Based on discussion in thre 22009
2014-07-15 11:33:10 +01:00