UNPKG
ng2-bs-table
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.8
Boostrap table view for angular 2.
github.com/lexxorlov/ng2-bs-table.git
lexxorlov/ng2-bs-table
ng2-bs-table
/
src
/
filters
/
input
/
table-input-filter.d.ts
8 lines
(7 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
TableFilterInterface
}
from
"../table-filter-interface"
;
export
declare
class
TableInputFilter
implements
TableFilterInterface
{
variable
:
string
;
constructor
(
variable
:
string
);
getColumnName
():
string
;
getTemplate
():
string
; }