// Template for custom layouts export const layoutTemplate = (options, dom) => `
${ options.paging && options.perPageSelect ? `
` : "" } ${ options.searchable ? `
` : "" }
${ options.paging ? `
` : "" }
`