mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 17:18:04 +02:00
Fixed #67
This commit is contained in:
parent
cd027d62ae
commit
783bc7706c
16 changed files with 118 additions and 118 deletions
|
@ -25,14 +25,14 @@
|
|||
],
|
||||
columns:[
|
||||
{formatter:"responsiveCollapse", width:30, minWidth:30, hozAlign:"center", resizable:false, headerSort:false, responsive:0},
|
||||
{title:"Registrar", field:"registrar_id.name", headerSort:true, responsive:0},
|
||||
{title:"Date", field:"date", headerSort:true, responsive:2},
|
||||
{title:"Command", field:"command", headerSort:true, responsive:2},
|
||||
{title:"Domain", field:"domain_name", headerSort:false, download:false, responsive:0},
|
||||
{title:"Length", field:"length_in_months", headerSort:true, responsive:2},
|
||||
{title:"From", field:"fromS", headerSort:true, responsive:2},
|
||||
{title:"To", field:"toS", headerSort:true, responsive:2},
|
||||
{title:"Amount", field:"amount", headerSort:false, download:false, responsive:2, formatter:"money", formatterParams:{
|
||||
{title:"{{ __('Registrar') }}", field:"registrar_id.name", headerSort:true, responsive:0},
|
||||
{title:"{{ __('Date') }}", field:"date", headerSort:true, responsive:2},
|
||||
{title:"{{ __('Command') }}", field:"command", headerSort:true, responsive:2},
|
||||
{title:"{{ __('Domain') }}", field:"domain_name", headerSort:false, download:false, responsive:0},
|
||||
{title:"{{ __('Length') }}", field:"length_in_months", headerSort:true, responsive:2},
|
||||
{title:"{{ __('From') }}", field:"fromS", headerSort:true, responsive:2},
|
||||
{title:"{{ __('To') }}", field:"toS", headerSort:true, responsive:2},
|
||||
{title:"{{ __('Amount') }}", field:"amount", headerSort:false, download:false, responsive:2, formatter:"money", formatterParams:{
|
||||
decimal:".",
|
||||
thousand:" ",
|
||||
symbol:currency,
|
||||
|
@ -40,7 +40,7 @@
|
|||
}},
|
||||
],
|
||||
placeholder:function(){
|
||||
return this.getHeaderFilters().length ? "No Matching Data" : "No Data"; //set placeholder based on if there are currently any header filters
|
||||
return this.getHeaderFilters().length ? "No Matching Data" : "{{ __('No Data') }}"; //set placeholder based on if there are currently any header filters
|
||||
}
|
||||
});
|
||||
var searchInput = document.getElementById("search-input");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue