Toggle navigation
Log-in
myITGuide
Page Index
User Index
Application Index
Global
Wiki Index
Home
Blog
Links
Database
SQL Server
Cassandra
BigData
PostgreSQL
Redis
MariaDB
MongoDB
Tools
T-SQL
Powershell
Python
Scala
R
Jupyter
Java
Solution
Streaming
Spark
Storm
Search
Solr
ElasticSearch
Kafka
Puppet
Kibana
Docker
Kubernetes
OS
Windows
Linux
About
About Us
Email Us
T-SQL
Wiki source code of
T-SQL
Last modified by
Billie D
on 2021/02/11 20:08
Hide line numbers
1: {{velocity}} 2: #set ($columnsProperties = { 3: 'doc.title': {"type":"text","size":20,"link":"view"}, 4: 'doc.location': {"type":"text","size":10,"html":true}, 5: 'doc.date': {"type":"text","size":10}, 6: 'doc.author': {"type":"text","size":10,"link":"author"}, 7: '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} 8: }) 9: #set ($options = { 10: 'className': 'T-SQL.Code.T-SQLClass', 11: 'translationPrefix': 't-sql.livetable.', 12: 'tagCloud': true, 13: 'rowCount': 15, 14: 'maxPages': 10, 15: 'selectedColumn': 'doc.title', 16: 'defaultOrder': 'asc' 17: }) 18: #set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions']) 19: #livetable('t-sql' $columns $columnsProperties $options) 20: {{/velocity}}