uculture
Forum Replies Created
-
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1thank you kindly
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1i tried without brackets too
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1i tried this but then my chart won’t work
“targets”: [ 0, 2 ]Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1would multiple targets looks like this?
datatables_column_defs=’%5B { “searchable”: false, “targets”: 1, 2, 3, 4 } %5D’
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1Ok, it’s making sense. I thank you kindly for your help =)
thank you for the direction
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1http://www.lostshoebox.com/gazetteer-bavaria/
I did try but it’s still not choosing only column A
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1i tried something like this datatables_search_columns=”A”
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1$(‘#example’).dataTable( {
“columnDefs”: [
{ “searchable”: false, “targets”: 0 }
]
} );this one?
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1wow, that is a large undertaking. Thank you though
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Make every other row a specific colori put this on the stylesheet in my theme, is this right?
.igsv-table tr:hover{background-color: #CF4D41;}
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1var table = $(‘#example’).DataTable();
// #column3_search is a <input type=”text”> element
$(‘#column3_search’).on( ‘keyup’, function () {
table
.columns( 3 )
.search( this.value )
.draw();
} );I see that, but unsure how to taylor it to your plugin
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] limitsOk great, I will give it a try
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1I query column A but then column B doesnt show.
I would like the search box to look for only terms in column A
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query only column 1thank you kindly =)
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] search column 1 onlyok great thank you =)