Allan Jardine
7779ad6488
Dev: Overflow-x only for syntax highlighter - IE11
2020-05-21 09:25:40 +00:00
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: 4e611f31ff84deae5ae4666c7ba60ad8cb1012c3
2020-05-21 09:24:54 +00:00
Allan Jardine
90a43ab2ff
Update copyright date
2020-03-13 09:25:59 +00:00
Allan Jardine
99773f6d23
Merge branch 'master' of github.com:DataTables/DataTablesSrc
2019-11-20 10:25:09 +00:00
Allan Jardine
37099cbf55
Dev: Syntax highlighter was overflowing in Firefox
...
- DD-1251
2019-11-20 10:24:35 +00:00
Allan Jardine
e42575bd39
DEV fixed the spelling mistake "Sidney" in the test data!
2019-11-20 10:21:49 +00:00
Allan Jardine
6ff3e3704f
Merge branch 'master' of github.com:DataTables/DataTablesSrc
2019-11-20 10:18:32 +00:00
Allan Jardine
ecd2c966b9
Fix: JS error when setting data for an unrendered row
...
- DD-1209
2019-11-20 10:17:56 +00:00
Allan Jardine
bbbb276569
Added Comment
...
changed the comment for removing pdo.php in local or production environment
2019-11-20 10:16:13 +00:00
Allan Jardine
277feb0075
Update - example: Note use of -api columns().every()
in filtering example
...
Thanks for the suggestion Martin
2019-11-20 10:12:45 +00:00
Allan Jardine
c5a908dbd2
Dev: Fix error in selector for multi-select
2019-10-01 13:29:29 +00:00
Allan Jardine
c9e595ab62
Fix - examples: Typo in JS data source example
...
- Thanks Mark Partlett!
2019-10-01 13:19:36 +00:00
Allan Jardine
b8c80378c6
Fix - example: clear
button support for multi-filter example
...
https://www.datatables.net/forums/discussion/56137/filter-clear-not-working-on-ie11-with-individual-search-columns#latest
2019-10-01 13:13:49 +00:00
Allan Jardine
68e41c4a6c
Fix - example: Form input example doesn't use live DOM sorting, so shouldn't show the input columns as sortable
...
- DD-823
2019-10-01 13:08:42 +00:00
Allan Jardine
94b2b2823b
Merge branch 'master' of github.com:DataTables/DataTablesSrc
2019-10-01 13:03:34 +00:00
Allan Jardine
b1c03b8eae
DEV added KeyTable to karma file
2019-10-01 13:03:07 +00:00
Allan Jardine
2d6d87b222
Fix: UIKit integration - better styling for filter and length inputs
...
- 611c99c96e (commitcomment-32046169)
2019-10-01 13:02:44 +00:00
Allan Jardine
cafe73625c
DEV oracle stuff for Node
2019-10-01 12:58:40 +00:00
Allan Jardine
d3d68f7e85
DEV updated oracle stuff so create valid syntax for 12.2.0.1
2019-10-01 12:57:41 +00:00
Allan Jardine
8e6d438bf0
Fix - examples: SQL Server example SQL could throw an error for servers configured with a French timezone - was read as ydm
!
2019-10-01 12:56:27 +00:00
Allan Jardine
bda9b88ada
Dev: Fix SQLite syntax - timestamp without timezone
doesn't actually do anything other than timestamp
in SQLite
2019-10-01 12:44:09 +00:00
Allan Jardine
8200205ddb
Fix - examples: Demo SQL syntax for Sqlite dates was wrong
2019-10-01 12:42:12 +00:00
Allan Jardine
958ecc4dea
Dev: Fix link from JSONP example
2019-10-01 12:41:27 +00:00
Allan Jardine
457244d749
DEV minor spelling mistook
2019-10-01 12:41:05 +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
452ff3d118
Merge branch 'master' of github.com:DataTables/DataTablesSrc
2018-06-22 16:31:12 +01:00
Allan Jardine
cf2715ec1d
DEV more unit tests - finished all the fun stuff, back to this - I can retire in a few years...
2018-06-22 16:30:56 +01:00
Allan Jardine
ed848d4e9d
Sync - latest files
2018-06-14 11:51:12 +01:00
Allan Jardine
f663114dc4
Dev: Remove cellspacing attribute (deprecated in HTML) and move the tfoot in structure
2018-06-14 11:46:31 +01:00
Allan Jardine
6cd1fc1876
Dev: Update versions of dependencies
2018-06-14 11:45:59 +01:00
Allan Jardine
387ee39f94
Dev - fix: position:absolute doesn't work on Android if you don't include user-scaleable:no
, so FixedHeader wouldn't work at all.
...
- M388
2018-06-14 11:43:22 +01:00
Allan Jardine
1efb34501e
Fix: jQuery 3.3 deprecates some $.is...
methods. Use of those methods has now been removed from DataTables
2018-06-14 11:38:08 +01:00
Allan Jardine
f0f1068070
Fix - examples: Oracle demo SQL used nvarchar, which has been dropped in the db. Now uses nvarchar2.
2018-06-14 11:37:22 +01:00
Allan Jardine
66ea7ec52d
Dev: Correct name for parameter in rowCallback docs
2018-06-14 11:33:25 +01:00
Allan Jardine
68f0124875
Dev: Add link to blog post for example of Ajax loading child row data
2018-06-14 11:32:06 +01:00
Allan Jardine
ced6c2f058
Merge branch 'master' of github.com:DataTables/DataTablesSrc
2018-06-14 11:29:59 +01:00
Allan Jardine
c9759a828a
Update - example: Make it easier to change the grouping column in the grouping example (although, RowGroup is really the way forward here)
2018-06-14 11:29:43 +01:00
Allan Jardine
35d84a8785
DEV more tweaking and twirling
2018-06-14 11:29:12 +01:00
Allan Jardine
2dcfd038e6
Fix - styling: Itegration with Semantic UI 2.3 - search input was not correctly styled
...
- Fixes DataTables/DataTables #1024
2018-06-14 11:24:23 +01:00
Allan Jardine
5f5525b10d
Update: {search: 'removed'}
selector options optimisation
...
Merge pull request #119 from dagadbm/master
2018-06-14 11:22:30 +01:00
Allan Jardine
db1f2383ff
Refactor removed search
2018-06-14 11:21:58 +01:00
Allan Jardine
05dcf4d988
Fix - styling: Comptability with Foundation 6.4's grid-xy system
2018-06-14 11:21:26 +01:00
Allan Jardine
387e55a469
DEV: minor tweaks to the styling examples
2018-06-14 11:18:59 +01:00
Allan Jardine
ec585db978
DEV more unit tests and more examples read
2018-06-14 11:18:43 +01:00
Allan Jardine
64661b706c
DEV more fiddling - examples and unit tests
2018-06-14 11:17:05 +01:00
Allan Jardine
ce5e859cbd
Merge branch 'master' of github.com:DataTables/DataTablesSrc
2018-06-14 11:16:48 +01:00
Allan Jardine
c64a7a03cb
Fix - CSS: Bootstrap 4 integration with scrolling - asc icons could show up in the body table
...
- DataTables/FixedColumns/issues/37
2018-06-14 11:16:33 +01:00
Allan Jardine
02cb21017b
DEV updates to the example docs
2018-06-14 11:16:02 +01:00
Allan Jardine
9f5a1fc2c3
DEV changes to the docs and a few more tests (note columns().visible() is still a WIP)
2018-06-14 11:15:46 +01:00
Allan Jardine
4c558e0a13
Merge branch 'master' of github.com:DataTables/DataTablesSrc
2018-06-14 11:15:30 +01:00