mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Hide checkbox column for full view
This commit is contained in:
parent
e4b65aaf6f
commit
c9b59f96a8
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ var MyModuleRepositories = (function() {
|
||||||
stateLoadCallback: function(settings, callback) {
|
stateLoadCallback: function(settings, callback) {
|
||||||
var loadStateUrl = $(tableContainer).data('load-state-url');
|
var loadStateUrl = $(tableContainer).data('load-state-url');
|
||||||
$.post(loadStateUrl, function(json) {
|
$.post(loadStateUrl, function(json) {
|
||||||
|
json.state.columns[0].visible = false;
|
||||||
callback(json.state);
|
callback(json.state);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue