mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 08:41:50 +02:00
Fixed #67
This commit is contained in:
parent
cd027d62ae
commit
783bc7706c
16 changed files with 118 additions and 118 deletions
|
@ -26,10 +26,10 @@
|
|||
],
|
||||
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:"Description", field:"description", headerSort:true, responsive:2},
|
||||
{title:"Amount", field:"amount", headerSort:true, download:false, responsive:0, formatter:"money", formatterParams:{
|
||||
{title:"{{ __('Registrar') }}", field:"registrar_id.name", headerSort:true, responsive:0},
|
||||
{title:"{{ __('Date') }}", field:"date", headerSort:true, responsive:2},
|
||||
{title:"{{ __('Description') }}", field:"description", headerSort:true, responsive:2},
|
||||
{title:"{{ __('Amount') }}", field:"amount", headerSort:true, download:false, responsive:0, formatter:"money", formatterParams:{
|
||||
decimal:".",
|
||||
thousand:" ",
|
||||
symbol:currency,
|
||||
|
@ -37,7 +37,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