samsk
@samsk on WordPress.org
- Member Since: August 25th, 2016
Contribution History
samsk’s badges:- Plugin Developer Plugin Developer
-
Posted a reply to Filtering, on the site WordPress.org Forums:
Hi, it works, just the backend was temporarily down, when you tried. You can check…5 months ago
-
Posted a reply to How to make it work in PHP with do_shortcode, on the site WordPress.org Forums:
No, beware of quotation: echo do_shortcode('[wp-datatable id=”mtable” fat=”1″] paging: true, responsive: true, ordering: true, buttons:…6 months ago
-
Committed [2092852] to Plugins Trac:
v0.3.47 months ago
-
Committed [2092850] to Plugins Trac:
fix typo7 months ago
-
Committed [2092848] to Plugins Trac:
fix typo7 months ago
-
Committed [2092846] to Plugins Trac:
v0.3.37 months ago
-
Committed [2092843] to Plugins Trac:
improve shortcode parameter processing7 months ago
-
Posted a reply to Position of Export Buttons and Search Input, on the site WordPress.org Forums:
Look at sDOM option on https://legacy.datatables.net/usage/options.7 months ago
-
Posted a reply to Column specific search (Search API), on the site WordPress.org Forums:
This doesn't work out-of-the box with datatables plugin configuration. You have to create additional filter…8 months ago
-
Posted a reply to Latest entry appear first, on the site WordPress.org Forums:
Hi, consult datatables sorting: https://datatables.net/examples/basic_init/table_sorting.html Best Sam8 months ago
-
Posted a reply to How to make it work in PHP with do_shortcode, on the site WordPress.org Forums:
Simply pass the whole code to do_shortcode() as 1st argument, it should work.8 months ago
-
Created a topic, BUG+FIX: attachments not imported due to cached filesize(), on the site WordPress.org Forums:
On my system WordPress importer correctly downloads at…8 months ago
-
Posted a reply to Language options, on the site WordPress.org Forums:
Just add the language block into wp-datatable block.10 months ago
-
Posted a reply to Can not get it working, on the site WordPress.org Forums:
Hi, you are probably inserting the table not in HTML mode, but in visual editor.…10 months ago
-
Posted a reply to Replacement for jquery data tables, on the site WordPress.org Forums:
Now its using v1.10.16, I update it every few months. See https://github.com/samsk/wp-datatable/blob/master/js/datatables.min.js10 months ago
-
Posted a reply to Replacement for jquery data tables, on the site WordPress.org Forums:
See my usage: https://dob.sk/aplikacie/financna-sprava/variabilny-symbol/rok-2019/ But, you can use anything what DataTables provides, so https://datatables.net and…10 months ago
-
Posted a reply to Replacement for jquery data tables, on the site WordPress.org Forums:
Hi, this plugin 'provisions' a jQuery DataTables framework on a wp page, so you can…10 months ago
-
Posted a reply to Using data from Excel or csv file as input, on the site WordPress.org Forums:
Ok, thanks for sharing your solution.11 months ago
-
Posted a reply to Using data from Excel or csv file as input, on the site WordPress.org Forums:
No this is not possible. You can try it with TablePress, but it requires manual…11 months ago
-
Committed [1997243] to Plugins Trac:
tested with wp5.x12 months ago
-
Committed [1997242] to Plugins Trac:
tested with wp5.x12 months ago
-
Posted a reply to Basic question, on the site WordPress.org Forums:
Exactly1 year ago
-
Posted a reply to Basic question, on the site WordPress.org Forums:
Hi, yes, table with id "table1" should already exists, probably already filled with data, or…1 year ago
-
Posted a reply to Column visibility, on the site WordPress.org Forums:
This is not possible with this plugin, you've to use some other plugin to generate…1 year ago
-
Posted a reply to Will this work with Airtable?, on the site WordPress.org Forums:
Hi, it will probably not work out-of-the box. First you have to embed data from…1 year ago
-
Posted a reply to RL Filtering, on the site WordPress.org Forums:
Hi, this plugin only provisions DataTables (https://datatables.net/), so questions regarding DataTables itself should be asked…1 year ago
-
Posted a reply to responsive.details.display, on the site WordPress.org Forums:
Smth. like this should work: responsive: { details: { jQuery.fn.dataTable.responsive.display.childRowImmediate } } '$' sign is…1 year ago
-
Posted a reply to Can’t believe it isn’t more popular, on the site WordPress.org Forums:
Thanks, I'm glad it helped you ;-)2 years ago
-
Committed [1876671] to Plugins Trac:
v0.3.22 years ago
-
Committed [1876670] to Plugins Trac:
bump version2 years ago
-
Committed [1876669] to Plugins Trac:
bump version2 years ago
-
Posted a reply to Pass JavaScript array as data, on the site WordPress.org Forums:
Insides of shortcode are interpreted as javascript configuration array (JSON).2 years ago
-
Posted a reply to Making Some Columns Not Sortable, on the site WordPress.org Forums:
Yes, datatables is very flexible there multiple ways how to achieve one think... Thanks for…2 years ago
-
Posted a reply to Making Some Columns Not Sortable, on the site WordPress.org Forums:
Something like this should work: [wp-datatable id="table1"] "columns": [ {"name": "first", "orderable": "false"}, {"name": "second",…2 years ago
-
Posted a reply to How to use the wp datatable, on the site WordPress.org Forums:
Use the shortcode within somewhere with page or post - I don't know how your…2 years ago
-
Posted a reply to How to use the wp datatable, on the site WordPress.org Forums:
Not sure what do you mean with 'table generated from a MySQL query', if I…2 years ago
-
Posted a reply to How to use the wp datatable, on the site WordPress.org Forums:
This plugin does post-processing on frontend (in browser). So once you have some table with…2 years ago
-
Posted a reply to Ellipses possible for long text?, on the site WordPress.org Forums:
Hi, i've never use it but it should be possible with this external plugin: https://datatables.net/plug-ins/dataRender/ellipsis…2 years ago
-
Posted a reply to How to add a filter?, on the site WordPress.org Forums:
Hi, I don't understand your question. Our shortcode is [wp-datatable], and Visual Composer is unknown…2 years ago
-
Posted a reply to Using Json data for input, on the site WordPress.org Forums:
Try to debug it with browser console, there you should see possible error.2 years ago
-
Posted a reply to Loading a language file, on the site WordPress.org Forums:
Hi, datatables languages files are not part of the plugin. You have 3 options, how…2 years ago
-
Posted a reply to Sorting images not found in 0.2.3, on the site WordPress.org Forums:
Should be fixed in v0.2.4, along with updated datatables.2 years ago
-
Posted a reply to How to add a filter?, on the site WordPress.org Forums:
Simply add it within plugin code: [wp-datatable id="ID" fat="LEVEL"] paging: false, responsive: true, search: true,…2 years ago
-
Posted a reply to How to add a filter?, on the site WordPress.org Forums:
Yes you need to use raw JS attributes, see source code of my working example…2 years ago
-
Posted a reply to Datatables works on certain tables but not others., on the site WordPress.org Forums:
Good. Please rate the plugin if you like it ;-)2 years ago
-
Posted a reply to Datatables works on certain tables but not others., on the site WordPress.org Forums:
Without testing it, I think the table should look like this: <table id="mtable"> <!-- table…2 years ago
-
Posted a reply to Datatables works on certain tables but not others., on the site WordPress.org Forums:
Hi, this setup should work, because whole the magic is client side javascript, so it's…2 years ago
-
Posted a reply to Fixed Table Header, on the site WordPress.org Forums:
See my code example in first reply. Once again: [wp-datatable id="ID"] paging: false, responsive: true,…2 years ago
-
Posted a reply to Fixed Table Header, on the site WordPress.org Forums:
There is an example in my previous reply showing how to use fixedHeader. Please, read…2 years ago
-
Posted a reply to Fixed Table Header, on the site WordPress.org Forums:
Should work with 'fixedHeader: true'. [wp-datatable id="ID"] paging: false, responsive: true, search: true, //.. and…2 years ago
Developer
-
Include URL
Active Installs: 100+
-
WP DataTable
Active Installs: 800+